Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
more subcircuits
Browse files Browse the repository at this point in the history
  • Loading branch information
hero78119 committed Jun 21, 2023
1 parent f82356f commit 9b2610b
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 @@ -73,11 +73,11 @@ jobs:
# command: test
# args: --verbose --release --all --all-features --exclude integration-tests --exclude circuit-benchmarks
# TODO remove sub circuit light tests
- name: Run EVM circuit light tests # light tests are run in parallel
- name: Run circuit light tests # light tests are run in parallel
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --release --all --all-features --exclude integration-tests --exclude circuit-benchmarks --package zkevm-circuits --lib -- evm_circuit # ...more subcircuits
args: --verbose --release --all --all-features --exclude integration-tests --exclude circuit-benchmarks --package zkevm-circuits --lib -- evm_circuit keccak_circuit exp_circuit pi_circuit state_circuit # tx_circuit/copy_circuit/bytecode_circuit/root_circuit ...more subcircuits
# - name: Run heavy tests # heavy tests are run serially to avoid OOM
# uses: actions-rs/cargo@v1
# with:
Expand Down

0 comments on commit 9b2610b

Please sign in to comment.