From 19fd94a675598ab5a7e6ba23ac35e4e51aba3b36 Mon Sep 17 00:00:00 2001 From: Tilo K Date: Sun, 15 Feb 2026 20:18:40 +0100 Subject: [PATCH] wip --- .gitea/workflows/test.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index e2fc5a6..6a38015 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -8,13 +8,11 @@ on: jobs: test: - runs-on: x86_64 + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - - uses: actions/setup-go@v5 + - uses: https://gitea.com/actions/checkout@v4 + - uses: https://gitea.com/actions/setup-go@v5 with: go-version-file: go.mod - - name: Run tests run: go test -v -race -coverprofile=coverage.out ./...