Skip to content

Commit 25d637c

Browse files
committed
.github/workflows/ci.yml: crank GOMAXPROCS for integration tests
See if they can run faster. Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
1 parent e1e6695 commit 25d637c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ jobs:
252252
if [ -n "${TEST_SKIP}" ]; then
253253
skip="-skip=${TEST_SKIP}"
254254
fi
255+
export GOMAXPROCS=8
255256
go test -timeout=59m -v -json ${run} ${skip} ./test | go run ./cmd/test2json2gha --slow 120s --logdir /tmp/testlogs
256257
env:
257258
TEST_SUITE: ${{ matrix.suite }}

0 commit comments

Comments
 (0)