Skip to content

Commit ca2b008

Browse files
authored
Merge pull request #11687 from cladmi/pr/tests/pkg_u8g2/enable_in_ci
tests/pkg_u8g2: run the test in CI
2 parents 02df6ab + 50449b3 commit ca2b008

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/pkg_u8g2/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,8 @@ CFLAGS += -DTEST_PIN_RESET=$(TEST_PIN_RESET)
5959

6060
CFLAGS += -DTEST_DISPLAY=$(TEST_DISPLAY)
6161

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+
6266
include $(RIOTBASE)/Makefile.include

0 commit comments

Comments
 (0)