Change the ci config.
This commit is contained in:
parent
2f801043c1
commit
39cccf85a5
@ -45,7 +45,7 @@ test:stable:
|
|||||||
script:
|
script:
|
||||||
- rustc --version && cargo --version
|
- rustc --version && cargo --version
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test -j 1 --verbose
|
- cargo test --verbose -- --test-threads=1
|
||||||
|
|
||||||
test:nightly:
|
test:nightly:
|
||||||
# Nightly
|
# Nightly
|
||||||
@ -54,7 +54,7 @@ test:nightly:
|
|||||||
script:
|
script:
|
||||||
- rustc --version && cargo --version
|
- rustc --version && cargo --version
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test -j 1 --verbose
|
- cargo test --verbose -- --test-threads=1
|
||||||
# - cargo bench
|
# - cargo bench
|
||||||
|
|
||||||
# Configure and run rustfmt on nightly
|
# Configure and run rustfmt on nightly
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user