billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=a18b482bf0aceedde2e9daea4c58101a8d0ab103

commit a18b482bf0aceedde2e9daea4c58101a8d0ab103
Author: Boris Faure <bill...@gmail.com>
Date:   Sat May 23 11:58:22 2020 +0200

    run unit tests in ci
---
 .circleci/config.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 5da817b..9bbf356 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -112,6 +112,7 @@ jobs:
           command: |
             cd /terminology
             tests/run_tests.sh -v -t build/src/bin/tytest -r 
tests/tests.results -d tests/
+            build/src/bin/tytest all
       - run:
           name: codecov
           command: |
@@ -149,6 +150,7 @@ jobs:
           command: |
             cd /terminology
             tests/run_tests.sh -v -t build/src/bin/tytest -r 
tests/tests.results -d tests/
+            build/src/bin/tytest all
   build_full_clang_efl_latest:
     docker:
       - image: borisfaure/terminology-ci:latest
@@ -193,6 +195,7 @@ jobs:
           command: |
             cd /terminology
             tests/run_tests.sh -v -t build/src/bin/tytest -r 
tests/tests.results -d tests/
+            build/src/bin/tytest all
 path: /terminology
 workflows:
   version: 2

-- 


Reply via email to