There was an error while loading. Please reload this page.
1 parent a110f3f commit fb0bf34Copy full SHA for fb0bf34
.travis.yml
@@ -50,7 +50,7 @@ before_script:
50
script:
51
- bash -c 'if [[ "$RUN_TEST" == "true" ]]; then
52
export CI_RUST_VERSION="$TRAVIS_RUST_VERSION"
53
- cargo test --verbose --all
+ cargo test --release
54
;
55
fi'
56
- bash -c 'if [[ "$RUN_RUSTFMT" == "true" ]]; then
0 commit comments