We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c2417 commit 75b02bbCopy full SHA for 75b02bb
deps/rabbit_common/mk/rabbitmq-early-plugin.mk
@@ -36,12 +36,12 @@ CT_OPTS += -kernel net_ticktime 5
36
#
37
# cth_styledout
38
# This hook will change the output of common_test to something more
39
-# concise and colored.
+# concise and colored. Not used on GitHub Actions except in parallel CT.
40
41
ifndef GITHUB_ACTIONS
42
CT_HOOKS += cth_styledout
43
-TEST_DEPS += cth_styledout
44
endif
+TEST_DEPS += cth_styledout
45
46
ifdef CONCOURSE
47
FAIL_FAST = 1
0 commit comments