Do not make all
This commit is contained in:
parent
b69087063e
commit
763095c1f0
|
@ -15,6 +15,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: cd src && make blst all
|
run: cd src && make blst
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cd bindings/node.js && make build test
|
run: cd bindings/node.js && make build test
|
||||||
|
|
Loading…
Reference in New Issue