Skip to content

Commit

Permalink
ci: allow multicall to fail
Browse files Browse the repository at this point in the history
the test_helpers test is failing even when using dapptools
  • Loading branch information
gakonst committed Dec 18, 2021
1 parent eb4e678 commit aadd958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
REPO=$1
TESTDATA=testdata

ALLOWED_FAILURE_REPOS=("geb" "drai" "guni-lev")
ALLOWED_FAILURE_REPOS=("geb" "drai" "guni-lev", "multicall")
if [[ " ${ALLOWED_FAILURE_REPOS[*]} " =~ " ${REPO} " ]]; then
export FORGE_ALLOW_FAILURE=1
fi
Expand Down

0 comments on commit aadd958

Please sign in to comment.