From e50e139f60534f6c8ccfb33b747b4a8a46178abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Sun, 6 Feb 2022 01:15:55 +0100 Subject: [PATCH] Fix containers test in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9fdcfe..0ed2b8b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ test: go test -v apps/*.go go test -v apps/drivers/*.go go test -v detector/*.go - go test -v docker/*.go # Doesn't work in Drone right now + go test -v containers/*.go # Doesn't work in Drone right now build: #podman run --rm --privileged -ti -v ${shell pwd}:/srv docker.io/library/golang:1.14-stretch /bin/sh -c "cd /srv && go build"