Run the info target when running the test suite (#4799)

This commit is contained in:
Marco Ferrari 2023-10-31 19:45:19 +02:00 committed by GitHub
parent 859dcc6eab
commit bb8ba1ad7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
all: info docker test ## Run all targets. all: info docker test ## Run all targets.
.PHONY: test .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 # 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 # TTY, which would fail, but if it is interactive, we do want to attach