1
0
mirror of https://github.com/actix/examples synced 2025-02-25 10:32:49 +01:00

Run all tests regardless of prior failures.

This commit is contained in:
Pieter Frenssen 2019-09-29 18:02:38 +03:00
parent 06c826e772
commit 98cac8668c

View File

@ -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