Skip to content

Commit

Permalink
Test Miri on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Oct 12, 2020
1 parent 4b8715e commit 7ca44e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
submodules: true
- name: Install Rust (rustup)
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }} && rustup component add miri
shell: bash
# full fidelity of backtraces on 32-bit msvc requires frame pointers, so
# enable that for our tests
Expand Down Expand Up @@ -83,6 +83,7 @@ jobs:
- run: RUSTFLAGS="-C link-arg=-Wl,--compress-debug-sections=zlib-gnu" cargo test --features gimli-symbolize
if: contains(matrix.os, 'ubuntu')
- run: cargo build --manifest-path crates/as-if-std/Cargo.toml
- run: MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test

windows_arm64:
name: Windows AArch64
Expand Down

0 comments on commit 7ca44e7

Please sign in to comment.