We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2755152 commit 65dac0fCopy full SHA for 65dac0f
integration-tests/test.sh
@@ -7,7 +7,7 @@ set -e
7
REPO=$1
8
TESTDATA=testdata
9
10
-ALLOWED_FAILURE_REPOS=("geb" "drai" "guni-lev", "multicall")
+ALLOWED_FAILURE_REPOS=("geb" "drai" "guni-lev" "multicall")
11
if [[ " ${ALLOWED_FAILURE_REPOS[*]} " =~ " ${REPO} " ]]; then
12
export FORGE_ALLOW_FAILURE=1
13
fi
0 commit comments