Skip to content

Commit

Permalink
test: enable all mul tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokub committed Feb 21, 2024
1 parent 671786f commit a0b3e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/math/emulated/element_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ func (c *MulNoOverflowCircuit[T]) Define(api frontend.API) error {
}

func TestMulCircuitNoOverflow(t *testing.T) {
// testMulCircuitNoOverflow[Goldilocks](t)
testMulCircuitNoOverflow[Goldilocks](t)
testMulCircuitNoOverflow[Secp256k1Fp](t)
// testMulCircuitNoOverflow[BN254Fp](t)
testMulCircuitNoOverflow[BN254Fp](t)
}

func testMulCircuitNoOverflow[T FieldParams](t *testing.T) {
Expand Down

0 comments on commit a0b3e36

Please sign in to comment.