Skip to content

Commit

Permalink
Merge pull request #12 from rabi/gotest
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwede authored Jun 26, 2023
2 parents 3a14153 + 55bc22f commit 897a859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ repos:
rev: 2.1.1
hooks:
- id: bashate
entry: bashate --error . --ignore=E006,E040,E011,E020,E012
entry: bashate --error . --ignore=E006,E040,E011,E020,E012
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ vet: ## Run go vet against code.
test: manifests generate fmt vet envtest ## Run tests.
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" go test ./... -coverprofile cover.out

.PHONY: gotest
gotest: test

##@ Build

.PHONY: build
Expand Down

0 comments on commit 897a859

Please sign in to comment.