try to fix Windows CI

This commit is contained in:
Ralf Jung 2019-04-18 16:44:43 +02:00
parent 36e99a1bda
commit 107b8b8ed9

View File

@ -30,7 +30,7 @@ install:
build_script: build_script:
- set RUST_TEST_NOCAPTURE=1 - set RUST_TEST_NOCAPTURE=1
- set RUST_BACKTRACE=1 - set RUST_BACKTRACE=1
- set RUSTFLAGS="-C debug-assertions" - set RUSTFLAGS=-C debug-assertions
# Build and install miri # Build and install miri
- cargo build --release --all-features --all-targets - cargo build --release --all-features --all-targets
- cargo install --all-features --force --path . - cargo install --all-features --force --path .