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.
2 parents 6a0c2c5 + d619eca commit efcc86bCopy full SHA for efcc86b
ci/run.sh
@@ -6,7 +6,6 @@ TARGET=$1
6
cargo test --target $TARGET
7
cargo test --target $TARGET --release
8
9
-# FIXME(#4) overflow checks in non-release currently cause issues
10
-#cargo test --features 'checked musl-reference-tests' --target $TARGET
+cargo test --features 'checked musl-reference-tests' --target $TARGET
11
12
cargo test --features 'checked musl-reference-tests' --target $TARGET --release
0 commit comments