c-kzg-4844/.github/workflows/nodejs-bindings-test.yml

20 lines
350 B
YAML
Raw Normal View History

2022-11-22 20:43:15 +00:00
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