Run NodeJS bindings unit tests in CI

This commit is contained in:
dancoffman 2022-11-22 12:43:15 -08:00
parent d9e0f133e3
commit 54e6c1b44c
No known key found for this signature in database
GPG Key ID: 47B1F53E36A9B3CC
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
name: NodeJS bindings tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-ckzg:
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup
run: cd src && make blst all
- name: Test
run: cd bindings/node.js && make build test