Skip to content

Commit

Permalink
Merge pull request #65 from RalfJung/miri
Browse files Browse the repository at this point in the history
update Miri CI config
  • Loading branch information
Gilnaa authored Mar 8, 2022
2 parents 2a74b62 + cb61d37 commit 66f4c95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Miri
run: |
rustup toolchain install nightly --component miri
rustup override set nightly
cargo miri setup
- name: Test with Miri
run: ci/miri.sh
run: |
cargo miri test
cargo miri test --all-features
style:
name: lints and formatting
Expand Down
14 changes: 0 additions & 14 deletions ci/miri.sh

This file was deleted.

0 comments on commit 66f4c95

Please sign in to comment.