Skip to content

Commit

Permalink
[make] Remove test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sgirones committed Nov 13, 2019
1 parent c853c76 commit ca48935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ all: lint test build ## Run the tests and build the binary.
os = darwin
arch = amd64

build: test
build:
@echo "Making gocommerce for $(os)/$(arch)"
GOOS=$(os) GOARCH=$(arch) go build -ldflags "-X github.com/netlify/gocommerce/cmd.Version=`git rev-parse HEAD`"

Expand Down

0 comments on commit ca48935

Please sign in to comment.