Skip to content

Commit efcc86b

Browse files
authored
Merge pull request rust-lang#168 from Schultzer/run-musl-test-in-debug-mode
Run musl test in debug mode
2 parents 6a0c2c5 + d619eca commit efcc86b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ TARGET=$1
66
cargo test --target $TARGET
77
cargo test --target $TARGET --release
88

9-
# FIXME(#4) overflow checks in non-release currently cause issues
10-
#cargo test --features 'checked musl-reference-tests' --target $TARGET
9+
cargo test --features 'checked musl-reference-tests' --target $TARGET
1110

1211
cargo test --features 'checked musl-reference-tests' --target $TARGET --release

0 commit comments

Comments
 (0)