Skip to content

Wasm testsuite exhaustion #32

Wasm testsuite exhaustion

Wasm testsuite exhaustion #32

Workflow file for this run

name: Pull Request and Merge Workflow
on:
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [ macos-14, ubuntu-latest, windows-latest ]
uses: ./.github/workflows/build.yml
with:
runner: ${{ matrix.os }}