File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
submodules : true
49
49
- name : Install Rust (rustup)
50
- run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
50
+ run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }} && rustup component add miri
51
51
shell : bash
52
52
# full fidelity of backtraces on 32-bit msvc requires frame pointers, so
53
53
# enable that for our tests
83
83
- run : RUSTFLAGS="-C link-arg=-Wl,--compress-debug-sections=zlib-gnu" cargo test --features gimli-symbolize
84
84
if : contains(matrix.os, 'ubuntu')
85
85
- run : cargo build --manifest-path crates/as-if-std/Cargo.toml
86
+ - run : MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test
86
87
87
88
windows_arm64 :
88
89
name : Windows AArch64
You can’t perform that action at this time.
0 commit comments