Skip to content

Commit

Permalink
build: ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Sep 13, 2024
1 parent 1e6bff0 commit b4af3cf
Showing 1 changed file with 1 addition and 0 deletions.
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 b4af3cf

Please sign in to comment.