Skip to content

Commit

Permalink
fix: adapt script to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Aug 14, 2023
1 parent 799781d commit 6bafcf1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions certora/scripts/verifyBlue.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
#!/bin/bash

set -euxo pipefail

certoraRun \
certora/harness/MorphoHarness.sol \
Expand All @@ -7,5 +9,4 @@ certoraRun \
--loop_iter 3 \
--optimistic_loop \
--msg "Morpho Blue" \
--send_only \
"$@"

0 comments on commit 6bafcf1

Please sign in to comment.