Skip to content

Commit 7584abf

Browse files
committed
chore: is leading slash a problem?
1 parent b9e7835 commit 7584abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ done
1212
CARGO_TARGET_DIR=test-target \
1313
# RUSTFLAGS="-Cinstrument-coverage -C link-arg=-Wl,--wrap=time" \
1414
# LLVM_PROFILE_FILE="default.profraw" \ # fixme this doesn't fix tests
15-
\cargo build --release \
15+
cargo build --release \
1616
&& cargo test --release --package tests "$whichtests" -- --nocapture -Z unstable-options --report-time && fullcoverage=10000
1717

1818
if test "$fullcoverage"; then

0 commit comments

Comments
 (0)