Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imbolc committed Apr 26, 2023
1 parent 21664b7 commit 5402882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: cargo fmt -- --check

- name: Clippy
run: cargo clippy -- --all-features --workspace --bins --examples --tests -- -D warnings
run: cargo clippy --all-features --workspace --bins --examples --tests -- -D warnings

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5402882

Please sign in to comment.