Skip to content

Commit

Permalink
Merge pull request #168 from Schultzer/run-musl-test-in-debug-mode
Browse files Browse the repository at this point in the history
Run musl test in debug mode
  • Loading branch information
alexcrichton authored May 17, 2019
2 parents 6a0c2c5 + d619eca commit efcc86b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit efcc86b

Please sign in to comment.