move appveyor env var settings to more appropriate section
This commit is contained in:
parent
78261b788d
commit
a04890795d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue