Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 598b22d

Browse files
committed
feat: replace make command in ci
1 parent 4682320 commit 598b22d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ jobs:
1717
shell: bash
1818
run: go install github.com/consensys/go-corset/cmd/go-corset@v1.1.7
1919

20-
- name: Build Constraints
21-
run: make -B zkevm.bin
20+
- name: Build Constraints For London
21+
run: make -B zkevm_london.bin
22+
23+
- name: Build Constraints For Shanghai
24+
run: make -B zkevm_shanghai.bin

0 commit comments

Comments
 (0)