diff options
-rwxr-xr-x | tests/run_integration_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_integration_tests.sh b/tests/run_integration_tests.sh index d59f026..f535765 100755 --- a/tests/run_integration_tests.sh +++ b/tests/run_integration_tests.sh @@ -59,5 +59,5 @@ EOT sleep 2 # Run the tests against it -cargo test --all +cargo test --all -- --nocapture cargo test --features vendored-openssl -- --nocapture |