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