Remove unneeded compilation when running test

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
Kenfe-Mickael Laventure 2016-05-13 11:44:33 -07:00
parent 552547834b
commit 496007897f
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ lint:
shell: dbuild
$(DOCKER_RUN) bash
test: all validate
test: validate
go test -v $(shell go list ./... | grep -v /vendor | grep -v /integration-test)
ifneq ($(wildcard /.dockerenv), )
$(MAKE) install bundles-rootfs