Skip to content

Commit

Permalink
docs: update assert.CheckCircuit doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Sep 7, 2023
1 parent e34e650 commit ed9677b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/assert_checkcircuit.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import (
// CheckCircuit performs a series of check on the provided circuit.
//
// go test -short --> testEngineChecks
// go test --> constraintSolverChecks
// go test -tags=prover_checks --> proverChecks
// go test -tags=release_checks --> releaseChecks
// go test --> testEngineChecks + constraintSolverChecks
// go test -tags=prover_checks --> ... + proverChecks
// go test -tags=release_checks --> ... + releaseChecks (solidity, serialization, ...)
//
// Depending on the above flags, the following checks are performed:
// - the circuit compiles
Expand Down

0 comments on commit ed9677b

Please sign in to comment.