We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f02e7 commit ff55460Copy full SHA for ff55460
.github/workflows/test.yml
@@ -35,6 +35,8 @@ jobs:
35
with:
36
go-version-file: go.mod
37
38
+ - uses: hetznercloud/tps-action@main
39
+
40
- name: Run tests
41
run: go test -v -tags integration -race -coverprofile=coverage.txt ./test/integration
42
0 commit comments