ci: run "tytest dummy" to ensure finding a test works

This commit is contained in:
Boris Faure 2020-05-23 12:08:50 +02:00
parent a18b482bf0
commit 4a12891493
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,7 @@ jobs:
command: | command: |
cd /terminology cd /terminology
tests/run_tests.sh -v -t build/src/bin/tytest -r tests/tests.results -d tests/ 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/src/bin/tytest all
- run: - run:
name: codecov name: codecov
@ -150,6 +151,7 @@ jobs:
command: | command: |
cd /terminology cd /terminology
tests/run_tests.sh -v -t build/src/bin/tytest -r tests/tests.results -d tests/ 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/src/bin/tytest all
build_full_clang_efl_latest: build_full_clang_efl_latest:
docker: docker:
@ -195,6 +197,7 @@ jobs:
command: | command: |
cd /terminology cd /terminology
tests/run_tests.sh -v -t build/src/bin/tytest -r tests/tests.results -d tests/ 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/src/bin/tytest all
path: /terminology path: /terminology
workflows: workflows: