Skip to content

Commit

Permalink
Merge pull request #28 from nickbabcock/miri
Browse files Browse the repository at this point in the history
Add miri to ci
  • Loading branch information
nickbabcock authored Dec 10, 2023
2 parents 7852c5e + 63d66e2 commit ada5bfe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ jobs:
if: matrix.build == 'stable'
run: cargo bench --verbose --no-run $TARGET

- name: Run miri
if: matrix.build == 'nightly'
run: |
rustup toolchain install nightly --component miri
cargo miri setup
cargo miri test
- name: Compile fuzz
if: matrix.build == 'nightly'
run: |
Expand Down

0 comments on commit ada5bfe

Please sign in to comment.