Skip to content

Commit

Permalink
-D warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed Nov 28, 2023
1 parent df0335d commit 630e4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Run fmt+clippy
run: |
cargo fmt --all --check
cargo clippy --locked --workspace --all-targets
cargo clippy --locked --workspace --all-targets -D warnings
- name: Run Tests
run: RUST_LOG=info cargo test

0 comments on commit 630e4cb

Please sign in to comment.