We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac065d commit 6caecaeCopy full SHA for 6caecae
ci.sh
@@ -15,7 +15,7 @@ echo "Running 'cargo clippy'"
15
cargo +nightly clippy --all --all-features --all-targets
16
17
echo "Running 'cargo test'"
18
-cargo +nightly test --all --all-features --exclude expandtest
+TRYBUILD=overwrite cargo +nightly test --all --all-features --exclude expandtest
19
20
echo "Running 'cargo doc'"
21
cargo +nightly doc --no-deps --all --all-features
0 commit comments