Run musl test in debug mode

This commit is contained in:
Benjamin Schultzer
2019-05-16 17:09:33 -07:00
parent 6a0c2c5ad4
commit d619eca0b1
+1 -2
View File
@@ -6,7 +6,6 @@ TARGET=$1
cargo test --target $TARGET
cargo test --target $TARGET --release
# FIXME(#4) overflow checks in non-release currently cause issues
#cargo test --features 'checked musl-reference-tests' --target $TARGET
cargo test --features 'checked musl-reference-tests' --target $TARGET
cargo test --features 'checked musl-reference-tests' --target $TARGET --release