Skip to content

Commit 8321c6a

Browse files
committed
Run integration tests on Linux as latest
Since the Windows and MacOSX are the slowest to complete this reordering allows to start the long running tests early and reduce the overall completion time.
1 parent dc13ef6 commit 8321c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-go-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
fail-fast: false
8181
matrix:
8282
operating-system:
83-
- ubuntu-latest
8483
- windows-latest
8584
- macos-latest
85+
- ubuntu-latest
8686
tests: ${{ fromJSON(needs.tests-collector.outputs.tests-data) }}
8787

8888
runs-on: ${{ matrix.operating-system }}
@@ -127,9 +127,9 @@ jobs:
127127
fail-fast: false
128128
matrix:
129129
operating-system:
130-
- ubuntu-latest
131130
- windows-latest
132131
- macos-latest
132+
- ubuntu-latest
133133

134134
runs-on: ${{ matrix.operating-system }}
135135

0 commit comments

Comments
 (0)