From 65cb09eb2eea950998e3b90ed085bd52e468d29e Mon Sep 17 00:00:00 2001 From: Chris Pearce Date: Sun, 7 Apr 2019 21:23:02 +0100 Subject: [PATCH] Update ci test command to allow multithreaded tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 53b265a..d32179a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ rust: - stable - beta - nightly -script: cargo test --verbose -- --test-threads=1 +script: cargo test --verbose matrix: allow_failures: - rust: nightly