Do not allow warnings
This commit is contained in:
parent
3323b3079a
commit
0cfa59a313
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
components: clippy
|
||||
|
||||
- name: Run clippy
|
||||
run: cargo clippy
|
||||
run: cargo clippy -D warnings
|
||||
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue