Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed Jun 7, 2021
1 parent 01422db commit f19fc0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define generate-func-make
endef

.PHONY: all
all: bin/process-version-host bin/git-sync \
all: bin/process-version-host bin/git-sync bin/checker \
;$(foreach n,${CLOUD_FUNCTIONS},$(call generate-func-make,$n))

bin/checker:
Expand All @@ -30,7 +30,7 @@ clean:
rm -rfv functions/*/*.zip

.PHONY: test
test: clean checker
test: clean
go test -v ./test/...

.PHONY: lint
Expand Down

0 comments on commit f19fc0c

Please sign in to comment.