Skip to content

ci/pages: use explicit wasmtime path in conformance step #11

ci/pages: use explicit wasmtime path in conformance step

ci/pages: use explicit wasmtime path in conformance step #11

Workflow file for this run

name: gengo-ci
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.16.0
- name: Install wasmtime
run: |
curl -sSf https://wasmtime.dev/install.sh | bash
echo "$HOME/.wasmtime/bin" >> "$GITHUB_PATH"
- name: Build WASI binary
run: make wasi
- name: Run conformance tests
run: make test