Skip to content

Commit a927f7c

Browse files
authored
Merge pull request #215 from RalfJung/miri
update Miri CI config
2 parents 67ec907 + c65c66e commit a927f7c

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

.github/workflows/ci.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@v2
54-
- name: Miri
55-
run: ci/miri.sh
56-
54+
- name: Install Miri
55+
run: |
56+
rustup toolchain install nightly --component miri
57+
rustup override set nightly
58+
cargo miri setup
59+
- name: Test with Miri
60+
run: cargo miri test

ci/miri.sh

-15
This file was deleted.

0 commit comments

Comments
 (0)