Skip to content

Commit 75b02bb

Browse files
committed
Fix
1 parent b9c2417 commit 75b02bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit_common/mk/rabbitmq-early-plugin.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ CT_OPTS += -kernel net_ticktime 5
3636
#
3737
# cth_styledout
3838
# This hook will change the output of common_test to something more
39-
# concise and colored.
39+
# concise and colored. Not used on GitHub Actions except in parallel CT.
4040

4141
ifndef GITHUB_ACTIONS
4242
CT_HOOKS += cth_styledout
43-
TEST_DEPS += cth_styledout
4443
endif
44+
TEST_DEPS += cth_styledout
4545

4646
ifdef CONCOURSE
4747
FAIL_FAST = 1

0 commit comments

Comments
 (0)