Skip to content

Commit

Permalink
[fix] CI for zkevm hashes (#119)
Browse files Browse the repository at this point in the history
Fix CI for zkevm hashes
  • Loading branch information
nyunyunyunyu authored Aug 23, 2023
1 parent 9798c85 commit 9fac2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
cargo test --release -- --nocapture bench_fixed_base_msm
cargo test --release -- --nocapture bench_msm
cargo test --release -- --nocapture bench_pairing
- name: Run zkevm-keccak tests
working-directory: "hashes/zkevm-keccak"
- name: Run zkevm tests
working-directory: "hashes/zkevm"
run: |
cargo test
Expand Down

0 comments on commit 9fac2a8

Please sign in to comment.