size and threads for github flows

This commit is contained in:
Sina Mahmoodi 2025-10-06 15:04:54 +02:00
parent e541b03a53
commit 0677626d3c

View file

@ -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