gh
This commit is contained in:
parent
eb98e57530
commit
85d375632f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust-clippy.yml
vendored
2
.github/workflows/rust-clippy.yml
vendored
|
@ -14,5 +14,5 @@ jobs:
|
||||||
security-events: write
|
security-events: write
|
||||||
steps:
|
steps:
|
||||||
- name: clippy
|
- name: clippy
|
||||||
run: cargo clippy --workspace --tests --benches -- -Dwarnings
|
run: cargo clippy -- -Dwarnings
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
Loading…
Reference in a new issue