diff --git a/Makefile b/Makefile index cf328c52fe9..6a435d45d53 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: info docker test ## Run all targets. .PHONY: test -test: inspec ## Run tests +test: info inspec ## Run tests # if this session isn't interactive, then we don't want to allocate a # TTY, which would fail, but if it is interactive, we do want to attach