Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: John Collier <jcollier@redhat.com>
  • Loading branch information
johnmcollier committed Jun 4, 2024
1 parent dd06e31 commit 266f5eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ lint:
unit-tests:
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" SKIP_PACT_TESTS=true go test ./... -coverprofile cover.out -v

cdq-analysis-unit-tests:
cd ./cdq-analysis && go test ./... -coverprofile cover.out -v

pact-tests:
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" go test ./... -v --run TestContracts

Expand All @@ -159,7 +156,6 @@ pact: manifests generate fmt vet envtest ## Run just Pact tests.
test: manifests generate fmt vet envtest ## Run tests.
make unit-tests
make pact-tests
make cdq-analysis-unit-tests

##@ Build

Expand Down

0 comments on commit 266f5eb

Please sign in to comment.