Skip to content

Commit db2499c

Browse files
committed
move appveyor env var settings to more appropriate section
1 parent 78261b7 commit db2499c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ install:
2929
- rustc --version
3030

3131
build_script:
32-
- set RUST_TEST_NOCAPTURE=1
33-
- set RUST_BACKTRACE=1
3432
- set RUSTFLAGS=-C debug-assertions
3533
# Build and install miri
3634
- cargo build --release --all-features --all-targets
@@ -40,6 +38,9 @@ build_script:
4038
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\rust-lang\miri\cache\HOST
4139

4240
test_script:
41+
- set RUST_TEST_NOCAPTURE=1
42+
- set RUST_BACKTRACE=1
43+
- set MIRI_LOG=miri::intptrcast
4344
# Test miri
4445
- cargo test --release --all-features
4546
# Test cargo integration

0 commit comments

Comments
 (0)