Skip to content

Commit

Permalink
rename unit tests to integration tests in Makefile#integration-test (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoliversun authored Jun 2, 2022
1 parent 8cc8298 commit 0849949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ unit-test: clean
go test -v ./... -covermode=atomic

integration-test: clean
@echo "running unit tests"
@echo "running integration tests"
go test -v ./test/e2e/ --kubeconfig "$(HOME)/.kube/config" --operator-image=gcr.io/spark-operator/spark-operator:local

static-analysis:
Expand Down

0 comments on commit 0849949

Please sign in to comment.