Skip to content

Commit 6caecae

Browse files
committed
Use TRYBUILD=overwrite in ci.sh
1 parent 8ac065d commit 6caecae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "Running 'cargo clippy'"
1515
cargo +nightly clippy --all --all-features --all-targets
1616

1717
echo "Running 'cargo test'"
18-
cargo +nightly test --all --all-features --exclude expandtest
18+
TRYBUILD=overwrite cargo +nightly test --all --all-features --exclude expandtest
1919

2020
echo "Running 'cargo doc'"
2121
cargo +nightly doc --no-deps --all --all-features

0 commit comments

Comments
 (0)