Merge pull request #7 from dgcoffman/dgc/run-nodejs-bindings-tests-in-ci

Run NodeJS bindings unit tests in CI
This commit is contained in:
Ramana Kumar 2022-11-22 21:26:25 +00:00 committed by GitHub
commit 895700f4ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

View File

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

View File

@ -1,5 +1,5 @@
INCLUDE_DIRS = ../inc
CFLAGS += -O2
CFLAGS += -O2 -fPIC
all: c_kzg_4844.o lib