Skip to content

Commit b4e6618

Browse files
committed
Merge branch 'js/ci-discard-prove-state'
The way CI testing used "prove" could lead to running the test suite twice needlessly, which has been corrected. * js/ci-discard-prove-state: ci: avoid running the test suite _twice_
2 parents 14a4445 + e7e03ef commit b4e6618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ else
281281
fi
282282

283283
MAKEFLAGS="$MAKEFLAGS --jobs=$JOBS"
284-
GIT_PROVE_OPTS="--timer --jobs $JOBS --state=failed,slow,save"
284+
GIT_PROVE_OPTS="--timer --jobs $JOBS"
285285

286286
GIT_TEST_OPTS="$GIT_TEST_OPTS --verbose-log -x"
287287
case "$CI_OS_NAME" in

0 commit comments

Comments
 (0)