Skip to content

Implement js stdlib testing and the i16 arithmetic (#897) #2

Implement js stdlib testing and the i16 arithmetic (#897)

Implement js stdlib testing and the i16 arithmetic (#897) #2

Workflow file for this run

name: JS STDLIB
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-js-stdlib:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: npm test