Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: tests
on: [push, pull_request, workflow_dispatch]
env:
C_KZG_4844_GIT_HASH: '0894e3ded53d6f85f5aa146f4fe3e80afb411b94'
RUST_ETH_KZG_GIT_HASH: '63d469ce1c98a9898a0d8cd717aa3ebe46ace227'

jobs:
kzg_ci:
Expand Down Expand Up @@ -198,3 +199,8 @@ jobs:
if: matrix.exec_once_per_backend && matrix.support_ckzg
run: |
bash run-c-kzg-4844-tests.sh --parallel ${{ matrix.backend }}

- name: "${{ matrix.backend }} Tests (rust-eth-kzg)"
if: matrix.exec_once_per_backend
run: |
bash run-rust-eth-kzg-tests.sh ${{ matrix.backend }}
3 changes: 2 additions & 1 deletion blst/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
c-kzg-4844/
./c-kzg-4844/
./rust-eth-kzg/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading