diff options
| author | Petr Štetiar | 2019-12-26 08:48:31 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2019-12-26 08:48:31 +0000 |
| commit | 5f206bcfe5c271c591000cef07977676c1256d3f (patch) | |
| tree | a259cee0ec84607f87ff62c93c0900dfa5e71444 | |
| parent | 14a279411cff06f9b1363711df4ec3b5db73f042 (diff) | |
| download | ucert-5f206bcfe5c271c591000cef07977676c1256d3f.tar.gz | |
ci: enable unit testing
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 <ynezz@true.cz>
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |