We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78261b7 commit a048907Copy full SHA for a048907
.appveyor.yml
@@ -29,8 +29,6 @@ install:
29
- rustc --version
30
31
build_script:
32
- - set RUST_TEST_NOCAPTURE=1
33
- - set RUST_BACKTRACE=1
34
- set RUSTFLAGS=-C debug-assertions
35
# Build and install miri
36
- cargo build --release --all-features --all-targets
@@ -40,6 +38,8 @@ build_script:
40
38
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\rust-lang\miri\cache\HOST
41
39
42
test_script:
+ - set RUST_TEST_NOCAPTURE=1
+ - set RUST_BACKTRACE=1
43
# Test miri
44
- cargo test --release --all-features
45
# Test cargo integration
0 commit comments