|
|
|
@ -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: |
|
|
|
|