Skip to content

Commit

Permalink
ci: adjust checks (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapoz authored Nov 17, 2023
1 parent 39b5bf1 commit a52a91d
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 a52a91d

Please sign in to comment.