Skip to content
Merged
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ jobs:
- run: cargo test -p wit-bindgen-core
- run: cargo test -p wit-bindgen
- run: cargo test --workspace --exclude 'wit-bindgen*'
- run: cargo test -p wit-bindgen-rt --all-features
- run: rustup update nightly --no-self-update
- run: rustup component add miri --toolchain nightly
- run: rustup component add rust-src --toolchain nightly
- run: cargo +nightly miri test -p wit-bindgen-rt --all-features

check:
name: Check
Expand Down
Loading