mirror of
https://github.com/actix/examples
synced 2025-02-25 18:42:50 +01:00
Run all tests regardless of prior failures.
This commit is contained in:
parent
06c826e772
commit
98cac8668c
@ -42,7 +42,7 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo check --all
|
- cargo check --all
|
||||||
- cargo test --all
|
- cargo test --all --no-fail-fast
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
|
if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
|
||||||
cargo clippy
|
cargo clippy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user