Skip to content

Commit

Permalink
remove test from build-linux target
Browse files Browse the repository at this point in the history
  • Loading branch information
phillc committed Sep 9, 2020
1 parent 7be077b commit 5ab49b5
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 @@ -33,7 +33,7 @@ test: vet
go test -v ./... -cover

.PHONY: build-linux
build-linux: test
build-linux:
CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-X main.vendorVersion=$(REV) -extldflags "-static"' -o _output/linode ./app/linode

.PHONY: docker-build
Expand Down

0 comments on commit 5ab49b5

Please sign in to comment.