From 98cac8668c581d48a3c0158ed6e1c5b985375fc5 Mon Sep 17 00:00:00 2001 From: Pieter Frenssen Date: Sun, 29 Sep 2019 18:02:38 +0300 Subject: [PATCH] Run all tests regardless of prior failures. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25a772c4..68bc4417 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ before_script: script: - cargo check --all - - cargo test --all + - cargo test --all --no-fail-fast - | if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then cargo clippy