Skip to content

Commit 65dac0f

Browse files
committed
ci: allow guni-lev to fail
1 parent 2755152 commit 65dac0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
REPO=$1
88
TESTDATA=testdata
99

10-
ALLOWED_FAILURE_REPOS=("geb" "drai" "guni-lev", "multicall")
10+
ALLOWED_FAILURE_REPOS=("geb" "drai" "guni-lev" "multicall")
1111
if [[ " ${ALLOWED_FAILURE_REPOS[*]} " =~ " ${REPO} " ]]; then
1212
export FORGE_ALLOW_FAILURE=1
1313
fi

0 commit comments

Comments
 (0)