Iterate through the FILES inside bin_tests/
I'm starting to get the same feeling from debugging CI as I get from testing in production. Eh, whatever.
This commit is contained in:
parent
8eaca5ab0b
commit
3ff34f8129
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
for test in bin_tests/; do
|
||||
for test in bin_tests/*; do
|
||||
LD_LIBRARY_PATH=./bin:$LD_LIBRARY_PATH ./$test
|
||||
done;
|
||||
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
for test in bin_tests/; do
|
||||
for test in bin_tests/*; do
|
||||
LD_LIBRARY_PATH=./bin:$LD_LIBRARY_PATH ./$test
|
||||
done;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user