tests/pkg_u8g2: run the test in CI
HACK, the test currently fails in CI for `native` due to `utf-8` handling.
This commit is contained in:
parent
6c895e1484
commit
50449b341c
@ -59,4 +59,8 @@ CFLAGS += -DTEST_PIN_RESET=$(TEST_PIN_RESET)
|
|||||||
|
|
||||||
CFLAGS += -DTEST_DISPLAY=$(TEST_DISPLAY)
|
CFLAGS += -DTEST_DISPLAY=$(TEST_DISPLAY)
|
||||||
|
|
||||||
|
TEST_ON_CI_WHITELIST += all
|
||||||
|
# HACK Blacklist native as `murdock` fails on utf-8 characters for native tests
|
||||||
|
TEST_ON_CI_BLACKLIST += native
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user