Run all the tests at the beginning

This commit is contained in:
Chris Wong 2018-12-09 10:46:05 +13:00
parent 59d9ec9620
commit 2e41db8c70

View file

@ -9,10 +9,9 @@ script:
- (cd maud && cargo build --features="iron")
# The compiletest tests require a single version of the crate to be built
# or else there will be errors in picking the right version - so we test now
- cargo test --test warnings
- cargo test --all
- (cd maud && cargo build --features="rocket")
- (cd maud && cargo build --features="actix-web")
- cargo test --all --exclude warnings
- (cd benchmarks && cargo bench --no-run)
- |
CLIPPY_STATUS=0