From bb8ba1ad7bb5a0898aa416e427c6a352e8b4d35d Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Tue, 31 Oct 2023 19:45:19 +0200 Subject: [PATCH] Run the info target when running the test suite (#4799) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf328c52..6a435d45 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