Add ckzg C tests workflow (#98)

This commit is contained in:
Justin Traglia 2023-01-30 17:37:04 +01:00 committed by GitHub
parent 3340843c91
commit 8d923c3272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
.github/workflows/ckzg-test.yml vendored Normal file
View 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