Skip to content

Commit 0677626

Browse files
committed
size and threads for github flows
1 parent e541b03 commit 0677626

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
lint:
1212
name: Lint
13-
runs-on: self-hosted-ghr
13+
runs-on: [self-hosted-ghr, size-s-x64]
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
@@ -37,7 +37,7 @@ jobs:
3737
test:
3838
name: Test
3939
needs: lint
40-
runs-on: self-hosted-ghr
40+
runs-on: [self-hosted-ghr, size-l-x64]
4141
strategy:
4242
matrix:
4343
go:
@@ -55,4 +55,4 @@ jobs:
5555
cache: false
5656

5757
- name: Run tests
58-
run: go run build/ci.go test
58+
run: go run build/ci.go test -p 4

0 commit comments

Comments
 (0)