Do not make all

This commit is contained in:
dancoffman 2022-11-22 12:52:56 -08:00
parent b69087063e
commit 763095c1f0
No known key found for this signature in database
GPG Key ID: 47B1F53E36A9B3CC
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ jobs:
with:
submodules: recursive
- name: Setup
run: cd src && make blst all
run: cd src && make blst
- name: Test
run: cd bindings/node.js && make build test