Skip to content

Add a multi-memory test case #5

Add a multi-memory test case

Add a multi-memory test case #5

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run check
- run: npm run build
- run: npm run test