Skip to content

Commit

Permalink
ci, tests: NoProverChecks for ecrecover
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Nov 17, 2023
1 parent c77a36d commit 482ced0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std/evmprecompiles/01-ecrecover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,7 @@ func TestECRecoverCircuitFull(t *testing.T) {
assert.CheckCircuit(
circuit,
test.WithValidAssignment(witness),
test.WithCurves(ecc.BN254, ecc.BLS12_377),
test.NoProverChecks(),
)
}

0 comments on commit 482ced0

Please sign in to comment.