Skip to content

Commit 5bb86a6

Browse files
committed
ci: enforce race and vulnerability checks
1 parent 97c1700 commit 5bb86a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
go-version: '1.26.5'
1818
cache-dependency-path: go.sum
19-
- run: go test ./...
19+
- run: go test -race ./...
2020
- run: go vet ./...
2121
- run: go build ./...
22+
- run: go run golang.org/x/vuln/cmd/govulncheck@v1.6.0 ./...

0 commit comments

Comments
 (0)