Skip to content

Commit

Permalink
Run e2e tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Jan 24, 2024
1 parent d34b413 commit cd132e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/noir-ethereum-api/test/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { InputMap, WitnessMap, abiEncode } from '@noir-lang/noirc_abi';
const PROOF_PATH = '../../circuit/proofs/noir_ethereum_history_api.proof';
const INPUT_MAP_PATH = '../../circuit/Verifier.toml';

describe(
describe.concurrent(
'e2e',
() => {
let proof: Uint8Array;
Expand Down

0 comments on commit cd132e8

Please sign in to comment.