From 5f206bcfe5c271c591000cef07977676c1256d3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Thu, 26 Dec 2019 09:48:31 +0100 Subject: [PATCH] ci: enable unit testing MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit In commit 4462ff9dedfa ("add cram based unit tests") some unit tests were added so enable them on CI as well. Signed-off-by: Petr Å tetiar --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94f65e7..4874fbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ variables: + CI_ENABLE_UNIT_TESTING: 1 CI_TARGET_BUILD_DEPENDS: ucert include: -- 2.30.2