Skip to content

Commit 7b49c27

Browse files
authored
Merge pull request #2279 from ElijahQuinones/sanity
Change make test to also run sanity tests
2 parents fe50ac6 + 701ae1e commit 7b49c27

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

+1-5
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ clean:
7373

7474
.PHONY: test
7575
test:
76-
go test -v -race ./cmd/... ./pkg/...
76+
go test -v -race ./cmd/... ./pkg/... ./tests/sanity/...
7777

7878
.PHONY: test/coverage
7979
test/coverage:
@@ -120,10 +120,6 @@ cluster/uninstall: bin/helm bin/aws
120120
## E2E targets
121121
# Targets to run e2e tests
122122

123-
.PHONY: sanity
124-
sanity:
125-
go test -v -race ./tests/sanity/...
126-
127123
.PHONY: e2e/single-az
128124
e2e/single-az: bin/helm bin/ginkgo
129125
AWS_AVAILABILITY_ZONES=us-west-2a \

0 commit comments

Comments
 (0)