Fix paths for macOS unit tests in github autobuild

This commit is contained in:
Abit 2020-07-02 10:50:11 +02:00 committed by abitmore
parent d7c710edd5
commit 210e816897

View file

@ -145,6 +145,7 @@ jobs:
-D BOOST_ROOT=/usr/local/opt/boost@1.60 \ -D BOOST_ROOT=/usr/local/opt/boost@1.60 \
-D OPENSSL_ROOT_DIR=/usr/local/opt/openssl \ -D OPENSSL_ROOT_DIR=/usr/local/opt/openssl \
.. ..
popd
- name: Load Cache - name: Load Cache
uses: actions/cache@v1 uses: actions/cache@v1
with: with:
@ -162,8 +163,8 @@ jobs:
- name: Unit-Tests - name: Unit-Tests
run: | run: |
pushd _build/tests pushd _build/tests
all_test -l message ./all_tests -l message
bloom_test -- README.md ./bloom_test -- README.md
ecc_test README.md ./ecc_test README.md
hmac_test ./hmac_test
task_cancel_test ./task_cancel_test