From f4abb8fac306bcec6c09bb422ca56d979f768aad Mon Sep 17 00:00:00 2001 From: "sm.wu" Date: Wed, 21 Jun 2023 12:07:09 +0800 Subject: [PATCH] more subcircuits --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3dfe145076..4f0a7898a0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: 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 # tx_circuit/copy_circuit/bytecode_circuit/root_circuit/state_circuit ...more subcircuits # - name: Run heavy tests # heavy tests are run serially to avoid OOM # uses: actions-rs/cargo@v1 # with: