We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ed485 commit e7c523fCopy full SHA for e7c523f
appveyor.yml
@@ -27,13 +27,17 @@ build: false
27
test_script:
28
- set RUST_TEST_NOCAPTURE=1
29
- set RUST_BACKTRACE=1
30
- # Build miri
+ # Build and install miri
31
- cargo build --release --all-features --all-targets
32
+ - cargo install --all-features --force --path .
33
# Get ourselves a MIR-full libstd, and use it henceforth
- - cargo run --release --all-features --bin cargo-miri -- miri setup
34
+ - cargo miri setup
35
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri\miri\cache\HOST
36
# Test miri
37
- cargo test --release --all-features
38
+ # Test cargo integration
39
+ - cd test-cargo-miri
40
+ - python3 run-test.py
41
42
notifications:
43
- provider: Email
0 commit comments