Skip to content

Commit

Permalink
Merge pull request #240 from fluxcd/go-mod-tidy-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored Mar 21, 2022
2 parents 9328aa6 + 19aafec commit e1dff7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 686 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ all: manager

# Run tests
KUBEBUILDER_ASSETS?="$(shell $(ENVTEST) --arch=$(ENVTEST_ARCH) use -i $(ENVTEST_KUBERNETES_VERSION) --bin-dir=$(ENVTEST_ASSETS_DIR) -p path)"
test: generate fmt vet manifests api-docs install-envtest
test: tidy generate fmt vet manifests api-docs install-envtest
KUBEBUILDER_ASSETS=$(KUBEBUILDER_ASSETS) go test ./... -coverprofile cover.out
cd api; go test ./... -coverprofile cover.out

Expand Down
Loading

0 comments on commit e1dff7d

Please sign in to comment.