Skip to content

Commit 587d0a5

Browse files
committed
ci: run miri on more platform
1 parent 5242cea commit 587d0a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,16 @@ jobs:
4646
run: cargo test
4747

4848
miri:
49-
runs-on: ubuntu-latest
49+
runs-on: ${{ matrix.os }}
50+
strategy:
51+
fail-fast: false
52+
matrix:
53+
os: [ubuntu-latest, macos-latest, windows-latest]
5054
steps:
5155
- uses: actions/checkout@v5
5256
- name: Setup Rust
5357
uses: dtolnay/rust-toolchain@stable
5458
with:
55-
targets: x86_64-unknown-linux-gnu
5659
components: miri
5760
toolchain: nightly
5861
- uses: actions/setup-node@v5

0 commit comments

Comments
 (0)