Skip to content

Commit

Permalink
fix: builds
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwoehrle committed Sep 19, 2022
1 parent 40cbceb commit c4f125c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
env:
GOROOT: ""
with:
target: code/compile
target: build
- name: Verify vendor directory
uses: ouzi-dev/[email protected]
env:
GOROOT: ""
with:
target: setup/mod/verify
target: verify
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ fmt: ## Run go fmt against code.
vet: ## Run go vet against code.
go vet ./...

verify:
go mod verify


.PHONY: test
test: manifests generate fmt vet envtest ## Run tests.
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" go test ./... -coverprofile cover.out
Expand Down

0 comments on commit c4f125c

Please sign in to comment.