1
0
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:
Pieter Frenssen 2019-09-29 18:02:38 +03:00
parent 06c826e772
commit 98cac8668c

View File

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