Skip to content

Commit

Permalink
run clippy with --all-targets
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Apr 2, 2024
1 parent 2fc079a commit 983ee27
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 @@ -12,5 +12,5 @@ jobs:
- uses: actions/checkout@v2
- run: rustup update stable
- run: cargo fmt -- --check
- run: cargo clippy -- -D warnings
- run: cargo clippy --all-targets -- -D warnings
- run: cargo test

0 comments on commit 983ee27

Please sign in to comment.