This commit is contained in:
Siarhei Fedartsou 2024-06-08 15:05:06 +02:00
parent d23a6b3ba8
commit 7dfe267e86

View File

@ -61,13 +61,16 @@ jobs:
# cd build # cd build
# cmake --build . --config Release --target tests # cmake --build . --config Release --target tests
# # TODO: run tests # # TODO: run tests
- name: Debig
shell: bash
run:
ls -R build
- name: Run node tests - name: Run node tests
shell: bash shell: bash
run: | run: |
# prepare data # prepare data
pushd build pushd build
cp ../test/data/monaco.osm.pbf . cp ../test/data/monaco.osm.pbf .
ls -R
Release/osrm-extract.exe -p ../profiles/car.lua monaco.osm.pbf Release/osrm-extract.exe -p ../profiles/car.lua monaco.osm.pbf
mkdir ch mkdir ch