Run CI on push to main #11

Merged
s1d3sw1ped merged 9 commits from ci/test-on-push into main 2026-08-31 15:47:07 -05:00
Showing only changes of commit 0c54ef3404 - Show all commits
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
with: with:
version: latest version: latest
args: --timeout=5m args: --timeout=5m
- run: go install golang.org/x/vuln/cmd/govulncheck@latest - run: GOTOOLCHAIN=auto go install golang.org/x/vuln/cmd/govulncheck@latest
- run: govulncheck ./... - run: govulncheck ./...
- run: go test -race -v -shuffle=on -coverprofile=coverage.out -timeout=5m ./... - run: go test -race -v -shuffle=on -coverprofile=coverage.out -timeout=5m ./...
- run: go tool cover -func=coverage.out | tail -10 # basic coverage report - run: go tool cover -func=coverage.out | tail -10 # basic coverage report