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.
1 parent b9e7835 commit 7584abfCopy full SHA for 7584abf
run-tests.sh
@@ -12,7 +12,7 @@ done
12
CARGO_TARGET_DIR=test-target \
13
# RUSTFLAGS="-Cinstrument-coverage -C link-arg=-Wl,--wrap=time" \
14
# LLVM_PROFILE_FILE="default.profraw" \ # fixme this doesn't fix tests
15
- \cargo build --release \
+ cargo build --release \
16
&& cargo test --release --package tests "$whichtests" -- --nocapture -Z unstable-options --report-time && fullcoverage=10000
17
18
if test "$fullcoverage"; then
0 commit comments