mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 23:11:19 +01:00
Merge pull request #11686 from cladmi/pr/tests/lua_loader/enable_in_ci
tests/lua_loader: run the test in CI
This commit is contained in:
commit
7d3817e8f1
@ -13,4 +13,8 @@ ifneq ($(BOARD),native)
|
||||
CFLAGS += -DTHREAD_STACKSIZE_MAIN='(THREAD_STACKSIZE_DEFAULT+2048)'
|
||||
endif
|
||||
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user