Skip to content

Add backend support for type test expressions #523

Add backend support for type test expressions

Add backend support for type test expressions #523

Workflow file for this run

name: WASM CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
- name: Run WASM tests
run: |
export GOOS=js
export GOARCH=wasm
go test -skip 'TestParseCorpusFiles|TestJBalUnitTests|TestJBalUnitBIRTests' -timeout 20s ./... -exec="$(go env GOROOT)/lib/wasm/go_js_wasm_exec"