We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d2488 commit 1f9da14Copy full SHA for 1f9da14
1 file changed
.github/workflows/test.yml
@@ -154,27 +154,6 @@ jobs:
154
- name: Test
155
uses: ./.github/actions/vmactions
156
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
178
test-qemu:
179
runs-on: ubuntu-latest
180
needs: test
0 commit comments