Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,6 @@ jobs:
# By default Go will use the number of logical CPUs, which
# is a fine default.
PARALLEL_FLAG=""
if [ "${{ matrix.os }}" == "windows-2019" ]; then
# Windows appears more I/O bound, so we increase parallelism
# to make better use of CPU.
PARALLEL_FLAG="-parallel=16"
fi

export TS_DEBUG_DISCO=true
gotestsum --junitfile="gotests.xml" --jsonfile="gotests.json" \
Expand Down