Skip to content

Commit

Permalink
changed clippy command
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFelidae committed Dec 13, 2024
1 parent 7a72b33 commit 841d4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: Cayman
2 changes: 1 addition & 1 deletion .github/workflows/cargo_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cargo fmt --check

- name: Check Clippy
run: cargo clippy --all --all-features -- -D warnings
run: cargo clippy --verbose

- name: Build crate
run: cargo build --all --all-features
Expand Down

0 comments on commit 841d4f3

Please sign in to comment.