mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
size and threads for github flows
This commit is contained in:
parent
e541b03a53
commit
0677626d3c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: Lint
|
name: Lint
|
||||||
runs-on: self-hosted-ghr
|
runs-on: [self-hosted-ghr, size-s-x64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
needs: lint
|
needs: lint
|
||||||
runs-on: self-hosted-ghr
|
runs-on: [self-hosted-ghr, size-l-x64]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go:
|
go:
|
||||||
|
|
@ -55,4 +55,4 @@ jobs:
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go run build/ci.go test
|
run: go run build/ci.go test -p 4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue