Skip to content

Commit

Permalink
chore(ci): run miri tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr3 authored and seanmonstar committed Nov 13, 2023
1 parent 0a9c8ad commit 60c9b46
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,19 @@ jobs:

- name: Check
run: cargo check --target wasm32-unknown-unknown

miri:
name: Miri
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
components: miri

- name: Test
run: MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-ignore-leaks" cargo miri test

0 comments on commit 60c9b46

Please sign in to comment.