Skip to content

Commit 4e38cef

Browse files
committed
fixup! ci(mingw): speed up, by side-stepping bin-wrappers/
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent b7ad7e9 commit 4e38cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ phases:
5858
. ci/lib.sh
5959
6060
make -j10 DEVELOPER=1 NO_PERL=1 || exit 1
61-
NO_PERL=1 NO_SVN_TESTS=1 GIT_TEST_OPTS=\"--no-chain-lint --with-dashes --quiet --write-junit-xml\" time make -j15 -k DEVELOPER=1 test || {
61+
NO_PERL=1 NO_SVN_TESTS=1 GIT_TEST_OPTS=\"--no-chain-lint --no-bin-wrappers --quiet --write-junit-xml\" time make -j15 -k DEVELOPER=1 test || {
6262
NO_PERL=1 NO_SVN_TESTS=1 GIT_TEST_OPTS=\"-i -v -x\" make -k -C t failed; exit 1
6363
}
6464

0 commit comments

Comments
 (0)