Skip to content

Commit

Permalink
Run the info target when running the test suite (#4799)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Oct 31, 2023
1 parent 859dcc6 commit bb8ba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb8ba1a

Please sign in to comment.