Skip to content

Commit f30c216

Browse files
committed
clippy: fail on warnings
1 parent a09aeae commit f30c216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ clippy_task:
66
cargo_cache:
77
folder: $CARGO_HOME/registry
88
fingerprint_script: cat Cargo.lock
9-
clippy_script: cargo clippy
9+
clippy_script: cargo clippy -- -D warnings
1010
before_cache_script: rm -rf $CARGO_HOME/registry/index
1111

1212
rustfmt_task:

0 commit comments

Comments
 (0)