Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
Build both constraint systems

Signed-off-by: Olivier Bégassat <38285177+OlivierBBB@users.noreply.github.com>
  • Loading branch information
OlivierBBB authored Jan 14, 2025
1 parent 84d818e commit a97e680
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
tar xzf corset.tar.gz
mv corset $HOME
- name: Build the constraint system
run: CORSET=$HOME/corset make -B zkevm.bin
- name: Build both constraint systems (Linea/Ethereum)
run: |
CORSET=$HOME/corset make -B zkevm.bin
CORSET=$HOME/corset make -B zkevm_for_reference_tests.bin

0 comments on commit a97e680

Please sign in to comment.