We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02df6ab + 50449b3 commit ca2b008Copy full SHA for ca2b008
1 file changed
tests/pkg_u8g2/Makefile
@@ -59,4 +59,8 @@ CFLAGS += -DTEST_PIN_RESET=$(TEST_PIN_RESET)
59
60
CFLAGS += -DTEST_DISPLAY=$(TEST_DISPLAY)
61
62
+TEST_ON_CI_WHITELIST += all
63
+# HACK Blacklist native as `murdock` fails on utf-8 characters for native tests
64
+TEST_ON_CI_BLACKLIST += native
65
+
66
include $(RIOTBASE)/Makefile.include
0 commit comments