mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +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:
|
||||
- cargo check --all
|
||||
- cargo test --all
|
||||
- cargo test --all --no-fail-fast
|
||||
- |
|
||||
if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
|
||||
cargo clippy
|
||||
|
Loading…
Reference in New Issue
Block a user