Skip to content

Commit

Permalink
Merge pull request #530 from RalfJung/appveyor
Browse files Browse the repository at this point in the history
AppVeyor: consistently use --all-features
  • Loading branch information
RalfJung authored Nov 18, 2018
2 parents 64ac8fd + 18b2426 commit dc2d15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc2d15d

Please sign in to comment.