Merge pull request #530 from RalfJung/appveyor

AppVeyor: consistently use --all-features
This commit is contained in:
Ralf Jung 2018-11-18 09:10:28 +01:00 committed by GitHub
commit dc2d15d883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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