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 c20d6a0 commit 67d2edf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions backend/plonk/bw6-761/verify.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions debug_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ 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 67d2edf

Please sign in to comment.