mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-22 10:44:53 +00:00
Replace clippy --tests with --all-targets
This commit is contained in:
parent
b6f9a1f8b6
commit
affe4300e8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
rust-components: clippy
|
||||
|
||||
- name: Run Clippy
|
||||
run: cargo clippy --all-features --tests -- -D warnings -A dead_code
|
||||
run: cargo clippy --all-features --all-targets -- -D warnings -A dead_code
|
||||
|
||||
deny:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue