Run all the tests at the beginning
This commit is contained in:
parent
59d9ec9620
commit
2e41db8c70
1 changed files with 1 additions and 2 deletions
|
@ -9,10 +9,9 @@ script:
|
||||||
- (cd maud && cargo build --features="iron")
|
- (cd maud && cargo build --features="iron")
|
||||||
# The compiletest tests require a single version of the crate to be built
|
# 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
|
# 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="rocket")
|
||||||
- (cd maud && cargo build --features="actix-web")
|
- (cd maud && cargo build --features="actix-web")
|
||||||
- cargo test --all --exclude warnings
|
|
||||||
- (cd benchmarks && cargo bench --no-run)
|
- (cd benchmarks && cargo bench --no-run)
|
||||||
- |
|
- |
|
||||||
CLIPPY_STATUS=0
|
CLIPPY_STATUS=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue