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 7abe08b commit b9e7835Copy full SHA for b9e7835
run-tests.sh
@@ -9,7 +9,10 @@ do
9
esac
10
done
11
12
-CARGO_TARGET_DIR=test-target RUSTFLAGS="-Cinstrument-coverage -C link-arg=-Wl,--wrap=time" LLVM_PROFILE_FILE="default.profraw" cargo build --release \
+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 \
16
&& cargo test --release --package tests "$whichtests" -- --nocapture -Z unstable-options --report-time && fullcoverage=10000
17
18
if test "$fullcoverage"; then
0 commit comments