Merge pull request 'chore: add go vet step to CI workflow' (#156) from chore/add-go-vet-ci-154 into master
Build and Push / test (push) Failing after 14m51s
Build and Push / build (push) Has been cancelled

This commit was merged in pull request #156.
This commit is contained in:
2026-03-29 01:03:01 +00:00
+3
View File
@@ -15,6 +15,9 @@ jobs:
with: with:
go-version: '1.22' go-version: '1.22'
- name: Vet
run: go vet ./...
- name: Run tests - name: Run tests
run: go test -race ./... run: go test -race ./...