Skip to content

Commit

Permalink
Remove install-test-tools
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Teoh <albert@packsmith.io>
  • Loading branch information
Albert Teoh committed Dec 26, 2023
1 parent 23a0223 commit 4df70d1
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 @@ -509,7 +509,7 @@ install-ci: install-test-tools install-build-tools

.PHONY: test-ci
test-ci: GOTEST := $(GOTEST_QUIET) -json
test-ci: install-test-tools build-examples cover test-report
test-ci: build-examples cover test-report

.PHONY: test-report
test-report:
Expand Down

0 comments on commit 4df70d1

Please sign in to comment.