Skip to content

Commit

Permalink
Merge pull request #2515 from dgageot/move-test.sh
Browse files Browse the repository at this point in the history
Move test.sh to hack folder
  • Loading branch information
priyawadhwa authored Jul 22, 2019
2 parents d54b83c + bcc75a8 commit 93a6308
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -95,7 +95,7 @@ cross: $(foreach platform, $(SUPPORTED_PLATFORMS), $(BUILD_DIR)/$(PROJECT)-$(pla

.PHONY: test
test: $(BUILD_DIR)
@ ./test.sh
@ ./hack/test.sh

.PHONY: install
install: $(GO_FILES) $(BUILD_DIR)
Expand Down
File renamed without changes.

0 comments on commit 93a6308

Please sign in to comment.