Skip to content

Commit a048907

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

+2-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,8 @@ 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
4343
# Test miri
4444
- cargo test --release --all-features
4545
# Test cargo integration

0 commit comments

Comments
 (0)