Skip to content

Commit b03ef03

Browse files
committed
chore: disable wasi support
1 parent 68baad3 commit b03ef03

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -65,28 +65,28 @@ jobs:
6565
rustup target add wasm32-unknown-unknown
6666
cargo check --all-features --target wasm32-unknown-unknown
6767
68-
wasi:
69-
name: Test wasi target
70-
runs-on: ubuntu-latest
71-
steps:
72-
- uses: taiki-e/checkout-action@v1
73-
74-
- uses: Boshen/setup-rust@main
75-
with:
76-
cache-key: wasi
77-
save-cache: ${{ github.ref_name == 'main' }}
78-
79-
- uses: ./.github/actions/pnpm
80-
81-
- name: Build
82-
run: |
83-
rustup target add wasm32-wasip1-threads
84-
pnpm build --target wasm32-wasip1-threads
85-
86-
- name: Test
87-
run: pnpm test
88-
env:
89-
WASI_TEST: 1
68+
# wasi:
69+
# name: Test wasi target
70+
# runs-on: ubuntu-latest
71+
# steps:
72+
# - uses: taiki-e/checkout-action@v1
73+
74+
# - uses: Boshen/setup-rust@main
75+
# with:
76+
# cache-key: wasi
77+
# save-cache: ${{ github.ref_name == 'main' }}
78+
79+
# - uses: ./.github/actions/pnpm
80+
81+
# - name: Build
82+
# run: |
83+
# rustup target add wasm32-wasip1-threads
84+
# pnpm build --target wasm32-wasip1-threads
85+
86+
# - name: Test
87+
# run: pnpm test
88+
# env:
89+
# WASI_TEST: 1
9090

9191
typos:
9292
name: Spell Check

0 commit comments

Comments
 (0)