Skip to content

Commit

Permalink
Run the test case once should be sufficient for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
sohoffice committed Jun 3, 2019
1 parent b9b0d7e commit 34d58e4
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 @@ -55,7 +55,7 @@ build-windows:
@echo " Built windows-amd64"

# Create a new release for publish
release: clean tests$(TESTMODE) build-all
release: clean test$(TESTMODE) build-all
cd dist/darwin_amd64 && zip piaas-darwin-amd64-$(VERSION).zip * && cd ..
cd dist/linux_amd64 && zip piaas-linux-amd64-$(VERSION).zip * && cd ..
cd dist/windows_amd64 && zip piaas-windows-amd64-$(VERSION).zip * && cd ..

0 comments on commit 34d58e4

Please sign in to comment.