Skip to content

Commit dc2d15d

Browse files
authored
Merge pull request #530 from RalfJung/appveyor
AppVeyor: consistently use --all-features
2 parents 64ac8fd + 18b2426 commit dc2d15d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ test_script:
3838
- set RUSTFLAGS=-g
3939
- set RUST_BACKTRACE=1
4040
- cargo build --release --all-targets --all-features
41-
- cargo test --release
41+
- cargo test --release --all-features
4242
- set MIRI_SYSROOT=%USERPROFILE%\.xargo\HOST
43-
- cargo test --release
43+
- cargo test --release --all-features
4444

4545
notifications:
4646
- provider: Email

0 commit comments

Comments
 (0)