diff --git a/ci/lib.sh b/ci/lib.sh index 64971b46fa..21d430f157 100755 --- a/ci/lib.sh +++ b/ci/lib.sh @@ -42,6 +42,8 @@ then BREW_INSTALL_PACKAGES= export GIT_PROVE_OPTS="--timer --jobs 10 --state=failed,slow,save" export GIT_TEST_OPTS="--verbose-log -x --write-junit-xml" + test windows_nt != "$CI_OS_NAME" || + GIT_TEST_OPTS="--no-chain-lint --no-bin-wrappers $GIT_TEST_OPTS" fi skip_branch_tip_with_tag () {