Skip to content

gengo: make test tooling repo-local and remove legacy libsc shim #6

gengo: make test tooling repo-local and remove legacy libsc shim

gengo: make test tooling repo-local and remove legacy libsc shim #6

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.14.1
- 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