Change the ci config.

This commit is contained in:
Jordan Petridis 2017-11-25 18:50:32 +02:00
parent 2f801043c1
commit 39cccf85a5
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -45,7 +45,7 @@ test:stable:
script:
- rustc --version && cargo --version
- cargo build
- cargo test -j 1 --verbose
- cargo test --verbose -- --test-threads=1
test:nightly:
# Nightly
@ -54,7 +54,7 @@ test:nightly:
script:
- rustc --version && cargo --version
- cargo build
- cargo test -j 1 --verbose
- cargo test --verbose -- --test-threads=1
# - cargo bench
# Configure and run rustfmt on nightly