Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
cannot multi-thread tests involving lookups due to environment variables
  • Loading branch information
jonathanpwang committed May 23, 2023
1 parent 53e3ad3 commit bebfb39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Run halo2-ecc tests MockProver
run: |
cd halo2-ecc
cargo test -- test_fp
cargo test -- test_fp12
cargo test -- --test-threads=1 test_fp
cargo test -- test_ecc
cargo test -- test_secp256k1_ecdsa
cargo test -- test_ecdsa
Expand Down

0 comments on commit bebfb39

Please sign in to comment.