From: Petr Štetiar Date: Thu, 26 Dec 2019 08:46:05 +0000 (+0100) Subject: ci: enable unit testing X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8f2292478c5776dd7533a68f0a963b64d5dd92e3;p=project%2Fubus.git ci: enable unit testing In commit 08f17c87a000 ("add fuzzer and cram based unit tests") some fuzz/unit tests were added so enable them on CI as well. Signed-off-by: Petr Štetiar --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b4d5a7..dd36bfc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ variables: + CI_ENABLE_UNIT_TESTING: 1 CI_TARGET_BUILD_DEPENDS: ubus CI_CMAKE_EXTRA_BUILD_ARGS: -DLUAPATH=/usr/lib/lua