billiob pushed a commit to branch master.

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

commit 4a1289149300fbf63e5b440c95b5b49260d4b7d4
Author: Boris Faure <bill...@gmail.com>
Date:   Sat May 23 12:08:50 2020 +0200

    ci: run "tytest dummy" to ensure finding a test works
---
 .circleci/config.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9bbf356..2ed44f9 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 dummy
             build/src/bin/tytest all
       - run:
           name: codecov
@@ -150,6 +151,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 dummy
             build/src/bin/tytest all
   build_full_clang_efl_latest:
     docker:
@@ -195,6 +197,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 dummy
             build/src/bin/tytest all
 path: /terminology
 workflows:

-- 


Reply via email to