File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ for contrib in $CONTRIBS; do
42424343 fi
4444 go mod tidy
45- gotestsum --junitfile " ${TEST_RESULTS} /gotestsum-report-$contrib_id .xml" -- ./... -v -race -coverprofile=" coverage-$contrib_id .txt" -covermode=atomic
45+ gotestsum --junitfile " ${TEST_RESULTS} /gotestsum-report-$contrib_id .xml" -- ./... -v -race -coverprofile=" coverage-$contrib_id .txt" -covermode=atomic --shuffle=on
4646 test_exit=$?
4747 [[ $test_exit -ne 0 ]] && report_error=1
4848 cd - > /dev/null || exit 1
@@ -58,7 +58,7 @@ for mod in $INSTRUMENTATION_SUBMODULES; do
5858 # When the issue is resolved, this line can be removed.
59596060 fi
61- gotestsum --junitfile " ${TEST_RESULTS} /gotestsum-report-$mod_id .xml" -- ./... -v -race -coverprofile=" coverage-$mod_id .txt" -covermode=atomic
61+ gotestsum --junitfile " ${TEST_RESULTS} /gotestsum-report-$mod_id .xml" -- ./... -v -race -coverprofile=" coverage-$mod_id .txt" -covermode=atomic --shuffle=on
6262 test_exit=$?
6363 [[ $test_exit -ne 0 ]] && report_error=1
6464 cd - > /dev/null || exit 1
You can’t perform that action at this time.
0 commit comments