Skip to content

Commit

Permalink
build: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Sep 13, 2024
1 parent b4af3cf commit b3d59b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions backend/plonk/bw6-761/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Code generated by gnark DO NOT EDIT

package plonk

import (
Expand All @@ -22,9 +20,10 @@ import (
"io"
"math/big"

"github.com/consensys/gnark/backend/solidity"
"time"

"github.com/consensys/gnark/backend/solidity"

"github.com/consensys/gnark-crypto/ecc"

curve "github.com/consensys/gnark-crypto/ecc/bw6-761"
Expand All @@ -42,7 +41,7 @@ import (
var (
errAlgebraicRelation = errors.New("algebraic relation does not hold")
errInvalidWitness = errors.New("witness length is invalid")
errInvalidPoint = errors.New("point is not on the curve")
errInvalidPoint = errors.New("test CI point is not on the curve")
)

func Verify(proof *Proof, vk *VerifyingKey, publicWitness fr.Vector, opts ...backend.VerifierOption) error {
Expand Down
1 change: 0 additions & 1 deletion debug_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func (circuit *divBy0Trace) Define(api frontend.API) error {
}

func TestTraceDivBy0(t *testing.T) {
t.Fatal("testing CI")
if !debug.Debug {
t.Skip("skipping test in non debug mode")
}
Expand Down

0 comments on commit b3d59b1

Please sign in to comment.