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
+2 -2
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