Skip to content

Commit

Permalink
Disable wasm CI
Browse files Browse the repository at this point in the history
It's failing with new warnings from nightly
  • Loading branch information
cberner committed Sep 24, 2023
1 parent cf2c88f commit 1ec3655
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,12 @@ jobs:
pip3 install maturin
just test_py
- name: Run WASI tests
if: startsWith(matrix.os, 'macos')
run: |
rustup toolchain install nightly
rustup target add wasm32-wasi
brew install wasmtime
cargo install --force --version 0.1.27 cargo-wasi --locked
just test_wasi
# Re-enable when this works on stable
# - name: Run WASI tests
# if: startsWith(matrix.os, 'macos')
# run: |
# rustup toolchain install nightly
# rustup target add wasm32-wasi
# brew install wasmtime
# cargo install --force --version 0.1.27 cargo-wasi --locked
# just test_wasi

0 comments on commit 1ec3655

Please sign in to comment.