Skip to content

Commit 18b2426

Browse files
committed
AppVeyor: consistently use --all-features
1 parent 64ac8fd commit 18b2426

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)