Disable lint/test before release

This commit is contained in:
wpetit 2020-06-15 19:39:40 +02:00
parent 5cbb1ab048
commit bd970bb9ee
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ LDFLAGS := -s -w
PLATFORMS := windows linux darwin
os = $(word 1, $@)
$(PLATFORMS): lint test
$(PLATFORMS):
@mkdir -p release
@GOOS=$(os) GOARCH=amd64 go build $(BUILD_FLAGS) -o release/$(BINARY)-$(BUILD_VERSION)-$(os)-amd64 main.go