diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e1ece76..1f15edd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,8 @@ jobs: with: go-version-file: go.mod + - uses: hetznercloud/tps-action@main + - name: Run tests run: go test -coverprofile=coverage.txt -v -race ./...