diff --git a/.appveyor.yml b/.appveyor.yml index ebb36df5b..a4c3f3ee9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,4 +16,4 @@ install: build: false test_script: - - cargo test --all --target %TARGET% + - cargo test --all --no-fail-fast --target %TARGET% diff --git a/.travis.yml b/.travis.yml index 7c4699b78..1e0c389d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,7 +76,7 @@ script: cargo check --all --exclude tokio-tls --target $TARGET cargo check --tests --all --exclude tokio-tls --target $TARGET else - cargo test --all + cargo test --all --no-fail-fast # Disable these tests for now as they are buggy # # cargo test --features unstable-futures