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 ./...