.murdock: don't run static-tests on Murdock

This commit is contained in:
Alexandre Abadie 2020-12-04 08:27:43 +01:00
parent 1eab23a8ad
commit 2f8d770134
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -16,7 +16,7 @@ tests/driver_h* tests/driver_i* tests/driver_j* tests/driver_my9221"}
export RIOT_CI_BUILD=1
export CC_NOCOLOR=1
export STATIC_TESTS=${STATIC_TESTS:-1}
export STATIC_TESTS=0
export CFLAGS_DBG=""
export DLCACHE_DIR=${DLCACHE_DIR:-~/.dlcache}
export ENABLE_TEST_CACHE=${ENABLE_TEST_CACHE:-1}