File tree 4 files changed +906
-6
lines changed
4 files changed +906
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ install:
36
36
build_script :
37
37
- set RUSTFLAGS=-C debug-assertions
38
38
# Build and install miri
39
- - cargo build --release --all-features --all-targets
39
+ - cargo build --release --all-features --all-targets --locked
40
40
- cargo install --all-features --force --path . --locked --offline
41
41
# Get ourselves a MIR-full libstd, and use it henceforth
42
42
- cargo miri setup
@@ -46,7 +46,7 @@ test_script:
46
46
- set RUST_TEST_NOCAPTURE=1
47
47
- set RUST_BACKTRACE=1
48
48
# Test miri
49
- - cargo test --release --all-features
49
+ - cargo test --release --all-features --locked
50
50
# Test cargo integration
51
51
- cd test-cargo-miri
52
52
- ' "C:\msys64\mingw64\bin\python3.exe" run-test.py'
Original file line number Diff line number Diff line change 3
3
tex /* /out
4
4
* .dot
5
5
* .rs.bk
6
- Cargo.lock
You can’t perform that action at this time.
0 commit comments