Update osrm-backend.yml
This commit is contained in:
parent
ec1f10a3a2
commit
afede76b86
4
.github/workflows/osrm-backend.yml
vendored
4
.github/workflows/osrm-backend.yml
vendored
@ -715,7 +715,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pushd ${OSRM_BUILD_DIR}
|
pushd ${OSRM_BUILD_DIR}
|
||||||
make --jobs=${JOBS} benchmarks
|
make --jobs=${JOBS} benchmarks
|
||||||
for i in ./src/benchmark/*-bench ; do echo Running $i ; $i ; done
|
ls -R
|
||||||
|
./src/benchmarks/match-bench ../test/data/monaco.osrm
|
||||||
|
# for i in ./src/benchmark/*-bench ; do echo Running $i ; $i ; done
|
||||||
popd
|
popd
|
||||||
- name: Run Node package tests only
|
- name: Run Node package tests only
|
||||||
if: ${{ matrix.NODE_PACKAGE_TESTS_ONLY == 'ON' && matrix.ENABLE_APPLE_SILICON != 'ON' }}
|
if: ${{ matrix.NODE_PACKAGE_TESTS_ONLY == 'ON' && matrix.ENABLE_APPLE_SILICON != 'ON' }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user