forked from organicmaps/organicmaps
[CI] Fixed Linux run.
Signed-off-by: vng <viktor.govako@gmail.com>
This commit is contained in:
parent
84e403f1c4
commit
541374fde7
1 changed files with 3 additions and 2 deletions
5
.github/workflows/linux-check.yaml
vendored
5
.github/workflows/linux-check.yaml
vendored
|
@ -61,13 +61,14 @@ jobs:
|
|||
|
||||
- name: Tests
|
||||
shell: bash
|
||||
# Separate run of OH boost-based test
|
||||
run: ./build/opening_hours_tests
|
||||
# generator_integration_tests - https://github.com/organicmaps/organicmaps/issues/225
|
||||
# routing_integration_tests - https://github.com/organicmaps/organicmaps/issues/221
|
||||
# routing_quality_tests - https://github.com/organicmaps/organicmaps/issues/215
|
||||
# drape_tests - requires X Window
|
||||
|
||||
# Separate run of OH boost-based test
|
||||
run: |
|
||||
./build/opening_hours_tests |
|
||||
./tools/python/run_desktop_tests.py \
|
||||
-f ./build \
|
||||
-u ./data \
|
||||
|
|
Loading…
Add table
Reference in a new issue