mirror of
https://github.com/actix/examples
synced 2025-06-28 09:50:36 +02:00
Run all tests regardless of prior failures.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user