Skip to content

Commit 315ffa4

Browse files
committed
ci: run clippy over the test suite
1 parent 6926c84 commit 315ffa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
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 -- -D warnings
9+
clippy_script: cargo clippy --tests -- -D warnings
1010
before_cache_script: rm -rf $CARGO_HOME/registry/index
1111

1212
rustfmt_task:

0 commit comments

Comments
 (0)