Skip to content

Commit 71ebe2a

Browse files
committed
DONOTMERGE Run unit test jobs in parallel to flush out flakes
1 parent b33ad71 commit 71ebe2a

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
@@ -38,6 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os: [macos-14, ubuntu-22.04, ubuntu-24.04, custom-arm64-jammy, custom-arm64-noble]
41+
run_number: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]
4142
steps:
4243
- uses: actions/checkout@v4
4344
- uses: ./.github/actions/setup-go-for-project

0 commit comments

Comments
 (0)