Skip to content

Commit 1f9da14

Browse files
committed
no wasmtime
1 parent 08d2488 commit 1f9da14

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -154,27 +154,6 @@ jobs:
154154
- name: Test
155155
uses: ./.github/actions/vmactions
156156

157-
test-wasip1:
158-
runs-on: ubuntu-latest
159-
needs: test
160-
161-
steps:
162-
- uses: bytecodealliance/actions/wasmtime/setup@v1
163-
- uses: actions/checkout@v6
164-
- uses: actions/setup-go@v6
165-
with: { go-version: stable }
166-
167-
- name: Set path
168-
run: echo "$(go env GOROOT)/lib/wasm" >> "$GITHUB_PATH"
169-
170-
- name: Test wasmtime
171-
env:
172-
GOOS: wasip1
173-
GOARCH: wasm
174-
GOWASIRUNTIME: wasmtime
175-
GOWASIRUNTIMEARGS: '--env CI=true'
176-
run: go test -short -tags sqlite3_dotlk -skip Example ./...
177-
178157
test-qemu:
179158
runs-on: ubuntu-latest
180159
needs: test

0 commit comments

Comments
 (0)