Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored May 6, 2024
1 parent df838c0 commit 4aa9c74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: check

on:
push:
Expand All @@ -10,14 +10,14 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:

check:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Clippy
run: cargo clippy -W clippy::pedantic
- name: Run tests
run: cargo test --tests --lib --verbose
- name: Run doctests
Expand Down

0 comments on commit 4aa9c74

Please sign in to comment.