Merge pull request #530 from RalfJung/appveyor
AppVeyor: consistently use --all-features
This commit is contained in:
commit
dc2d15d883
1 changed files with 2 additions and 2 deletions
|
|
@ -38,9 +38,9 @@ test_script:
|
|||
- set RUSTFLAGS=-g
|
||||
- set RUST_BACKTRACE=1
|
||||
- cargo build --release --all-targets --all-features
|
||||
- cargo test --release
|
||||
- cargo test --release --all-features
|
||||
- set MIRI_SYSROOT=%USERPROFILE%\.xargo\HOST
|
||||
- cargo test --release
|
||||
- cargo test --release --all-features
|
||||
|
||||
notifications:
|
||||
- provider: Email
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue