Fix containers test in Makefile
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8924db5712
commit
e50e139f60
2
Makefile
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user