]> git.lizzy.rs Git - rust.git/commitdiff
move appveyor env var settings to more appropriate section
authorRalf Jung <post@ralfj.de>
Sun, 30 Jun 2019 19:03:52 +0000 (21:03 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 30 Jun 2019 19:10:44 +0000 (21:10 +0200)
.appveyor.yml

index f7d3f990ac999943a4a81a127061ff8327bfbf13..4e8b8cd4b898b88233486e8005690d681f7c5ead 100644 (file)
@@ -29,8 +29,6 @@ install:
     - rustc --version
 
 build_script:
-    - set RUST_TEST_NOCAPTURE=1
-    - set RUST_BACKTRACE=1
     - set RUSTFLAGS=-C debug-assertions
     # Build and install miri
     - cargo build --release --all-features --all-targets
@@ -40,6 +38,8 @@ build_script:
     - set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\rust-lang\miri\cache\HOST
 
 test_script:
+    - set RUST_TEST_NOCAPTURE=1
+    - set RUST_BACKTRACE=1
     # Test miri
     - cargo test --release --all-features
     # Test cargo integration