Change the ci config.
This commit is contained in:
parent
2f801043c1
commit
39cccf85a5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user