Skip to content

Commit 65f94f0

Browse files
committed
Fail build on clippy
1 parent 3b3465b commit 65f94f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
cd rust
1616
cargo fmt -- --check
17-
RUSTFLAGS="-A unused" cargo clippy
17+
RUSTFLAGS="-A unused" cargo clippy -- -Dwarnings
1818
cargo clippy --tests
1919
- name: compile and test
2020
run: |

0 commit comments

Comments
 (0)