File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ before_script:
30
30
- if [[ $TRAVIS_RUST_VERSION == "stable" && $TRAVIS_OS_NAME == "linux" ]]; then cargo clippy -- -D clippy::all; fi
31
31
32
32
script :
33
- - cargo test
33
+ - cargo test --all -- --nocapture
34
34
# We need to switch the daemon of Windows to use Linux docker containers.
35
35
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then "/c/Program Files/Docker/Docker/DockerCli.exe" -SwitchDaemon .; fi
36
36
# OS X can't do docker on travis. :(
@@ -39,4 +39,4 @@ script:
39
39
- if [[ $TRAVIS_OS_NAME != "osx" ]]; then docker ps; fi
40
40
- if [[ $TRAVIS_OS_NAME != "osx" ]]; then docker logs pd; fi
41
41
- if [[ $TRAVIS_OS_NAME != "osx" ]]; then docker logs kv; fi
42
- - if [[ $TRAVIS_OS_NAME != "osx" ]]; then cargo test --features integration-tests; fi
42
+ - if [[ $TRAVIS_OS_NAME != "osx" ]]; then cargo test --all -- features integration-tests -- --nocapture ; fi
You can’t perform that action at this time.
0 commit comments