We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ba3061 + 52cd03f commit 15dfd6fCopy full SHA for 15dfd6f
.cirrus.yml
@@ -29,7 +29,8 @@ linux_task:
29
cargo_cache:
30
folder: $CARGO_HOME/registry
31
fingerprint_script: cat Cargo.lock
32
- build_script: cargo build
+ build_script: RUSTFLAGS="-D warnings" cargo build
33
+ build_tests_script: RUSTFLAGS="-D warnings" cargo build --tests
34
test_script: cargo test -- --test-threads 1
35
before_cache_script: rm -rf $CARGO_HOME/registry/index
36
@@ -41,7 +42,7 @@ minimal_version_task:
41
42
43
44
45
46
47
48
coverage_task:
0 commit comments