Fix paths for macOS unit tests in github autobuild
This commit is contained in:
parent
d7c710edd5
commit
210e816897
1 changed files with 6 additions and 5 deletions
11
.github/workflows/build-and-test.yml
vendored
11
.github/workflows/build-and-test.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue