Modify test-all.sh script

This commit is contained in:
Jakub Konka
2019-06-20 10:05:25 +02:00
committed by Dan Gohman
parent 982dbab1f2
commit 20d228f29e

View File

@@ -43,7 +43,7 @@ banner "Rust debug build"
cargo build cargo build
# Run the tests. We run these in debug mode so that assertions are enabled. # Run the tests. We run these in debug mode so that assertions are enabled.
banner "Rust unit tests" banner "Rust unit and integration tests"
RUST_BACKTRACE=1 cargo test --all RUST_BACKTRACE=1 cargo test --all
# Make sure the documentation builds. # Make sure the documentation builds.