Skip to content

Commit

Permalink
Remove vendor dependency in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Oct 5, 2018
1 parent 8fb7e21 commit f343237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@ build-test-adapter: vendor
vendor: glide.lock
glide install -v

test: vendor
test:
CGO_ENABLED=0 go test ./pkg/...

verify-gofmt:
Expand Down

0 comments on commit f343237

Please sign in to comment.