mirror of
https://github.com/imjasonh/git-k8s
synced 2026-07-12 16:38:37 +00:00
Add go test step to CI build job
Co-authored-by: imjasonh <210737+imjasonh@users.noreply.github.com>
This commit is contained in:
parent
75abbbbfcd
commit
75552e7c2c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -27,6 +27,9 @@ jobs:
|
|||
go build ./cmd/sync-controller/
|
||||
go build ./cmd/resolver-controller/
|
||||
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
|
||||
- name: Vet
|
||||
run: go vet ./...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue