Add the core library to the tests' library path

This commit is contained in:
Cerapter 2021-05-04 08:19:14 +02:00 committed by GitHub
parent 4137d1a750
commit 8eaca5ab0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ jobs:
- name: Run tests
run: |
for test in bin_tests/; do
./$test
LD_LIBRARY_PATH=./bin:$LD_LIBRARY_PATH ./$test
done;
- name: Upload binary
@ -62,7 +62,7 @@ jobs:
- name: Run tests
run: |
for test in bin_tests/; do
./$test
LD_LIBRARY_PATH=./bin:$LD_LIBRARY_PATH ./$test
done;
- name: Upload zip