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

21 lines
383 B
YAML
Raw Normal View History

2022-11-22 12:43:15 -08:00
name: NodeJS bindings tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
2022-11-22 12:45:28 -08:00
test-nodejs-bindings:
runs-on: ubuntu-latest
2022-11-22 12:43:15 -08:00
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup
2022-11-22 12:52:56 -08:00
run: cd src && make blst
2022-11-22 12:43:15 -08:00
- name: Test
run: cd bindings/node.js && make build test