Skip to content

Commit

Permalink
Merge pull request #2279 from ElijahQuinones/sanity
Browse files Browse the repository at this point in the history
Change make test to also run sanity tests
  • Loading branch information
k8s-ci-robot authored Jan 3, 2025
2 parents fe50ac6 + 701ae1e commit 7b49c27
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ clean:

.PHONY: test
test:
go test -v -race ./cmd/... ./pkg/...
go test -v -race ./cmd/... ./pkg/... ./tests/sanity/...

.PHONY: test/coverage
test/coverage:
Expand Down Expand Up @@ -120,10 +120,6 @@ cluster/uninstall: bin/helm bin/aws
## E2E targets
# Targets to run e2e tests

.PHONY: sanity
sanity:
go test -v -race ./tests/sanity/...

.PHONY: e2e/single-az
e2e/single-az: bin/helm bin/ginkgo
AWS_AVAILABILITY_ZONES=us-west-2a \
Expand Down

0 comments on commit 7b49c27

Please sign in to comment.