Skip to content

Commit

Permalink
Change make test to also run sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahQuinones committed Jan 3, 2025
1 parent fe50ac6 commit 701ae1e
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 701ae1e

Please sign in to comment.