mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-23 15:28:25 +00:00
Add ckzg C tests workflow (#98)
This commit is contained in:
parent
3340843c91
commit
8d923c3272
25
.github/workflows/ckzg-test.yml
vendored
Normal file
25
.github/workflows/ckzg-test.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
name: CKZG tests
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
- name: Build
|
||||||
|
run: |
|
||||||
|
cd src
|
||||||
|
make blst
|
||||||
|
make
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
cd src
|
||||||
|
make test
|
Loading…
x
Reference in New Issue
Block a user