Skip to content

Commit 4960078

Browse files
committed
Remove unneeded compilation when running test
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
1 parent 5525478 commit 4960078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ lint:
8282
shell: dbuild
8383
$(DOCKER_RUN) bash
8484

85-
test: all validate
85+
test: validate
8686
go test -v $(shell go list ./... | grep -v /vendor | grep -v /integration-test)
8787
ifneq ($(wildcard /.dockerenv), )
8888
$(MAKE) install bundles-rootfs

0 commit comments

Comments
 (0)