travis: run all tests in cargo test
Specifying "--doc --lib --tests" together is no longer supported
This commit is contained in:
parent
454f874284
commit
4bdfc5b5b1
|
@ -91,7 +91,7 @@ script:
|
|||
vagga cargo-$TRAVIS_RUST_VERSION test -p anvil --all-features
|
||||
;;
|
||||
*)
|
||||
vagga cargo-$TRAVIS_RUST_VERSION test --lib --doc --tests --no-default-features --features "$FEATURES" &&
|
||||
vagga cargo-$TRAVIS_RUST_VERSION test --no-default-features --features "$FEATURES" &&
|
||||
vagga cargo-$TRAVIS_RUST_VERSION doc --no-deps --no-default-features --features "$FEATURES"
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue