Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit acd63fb

Browse files
authored
Merge pull request #168 from Schultzer/run-musl-test-in-debug-mode
Run musl test in debug mode
2 parents 20281e4 + fc6d7b0 commit acd63fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libm/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)