Add the core
library to the tests' library path
This commit is contained in:
parent
4137d1a750
commit
8eaca5ab0b
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
for test in bin_tests/; do
|
for test in bin_tests/; do
|
||||||
./$test
|
LD_LIBRARY_PATH=./bin:$LD_LIBRARY_PATH ./$test
|
||||||
done;
|
done;
|
||||||
|
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
for test in bin_tests/; do
|
for test in bin_tests/; do
|
||||||
./$test
|
LD_LIBRARY_PATH=./bin:$LD_LIBRARY_PATH ./$test
|
||||||
done;
|
done;
|
||||||
|
|
||||||
- name: Upload zip
|
- name: Upload zip
|
||||||
|
Loading…
Reference in New Issue
Block a user