Skip to content

Commit

Permalink
ci: adjust checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapoz committed Nov 16, 2023
1 parent 4b8fcd5 commit 83f8b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
checks: [
fmt --all --check,
check --all-targets --all-features,
clippy --all-targets --all-features,
test
clippy --all-targets --all-features -- -D warnings,
test --all-targets --all-features
]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 83f8b05

Please sign in to comment.