Skip to content

Commit

Permalink
Merge pull request #215 from RalfJung/miri
Browse files Browse the repository at this point in the history
update Miri CI config
  • Loading branch information
bluss committed Nov 12, 2022
2 parents 67ec907 + c65c66e commit a927f7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Miri
run: ci/miri.sh

- name: Install Miri
run: |
rustup toolchain install nightly --component miri
rustup override set nightly
cargo miri setup
- name: Test with Miri
run: cargo miri test
15 changes: 0 additions & 15 deletions ci/miri.sh

This file was deleted.

0 comments on commit a927f7c

Please sign in to comment.