Remove unneeded compilation when running test
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
552547834b
commit
496007897f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue