Skip to content

Commit

Permalink
Ignore errors for nargo prove.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangaline committed Jul 8, 2024
1 parent 53d6a15 commit b9d4c94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/nargo/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ nargo compile
nargo execute

# Create a proof for the program.
set +e
nargo prove
set -e

# Veryify whether the proof is valid.
nargo verify
Expand Down

0 comments on commit b9d4c94

Please sign in to comment.