Skip to content

Commit 4847855

Browse files
committed
Fix test failures
1 parent 28939d3 commit 4847855

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v4
30+
with:
31+
path: wolfclu
3032

3133
- uses: actions/checkout@v4
3234
with:
@@ -54,17 +56,20 @@ jobs:
5456
make install
5557
5658
- name: Build wolfCLU
59+
working-directory: ./wolfclu
5760
run: |
5861
./autogen.sh
5962
./configure ${{ matrix.sanitize }} --with-wolfssl=$GITHUB_WORKSPACE/build-dir
6063
make -j
6164
6265
- name: Run tests
66+
working-directory: ./wolfclu
6367
env:
6468
LD_LIBRARY_PATH: ${{ github.workspace }}/build-dir/lib
6569
DYLD_LIBRARY_PATH: ${{ github.workspace }}/build-dir/lib
6670
run: make check
6771

6872
- name: Display log
6973
if: always()
74+
working-directory: ./wolfclu
7075
run: cat test-suite.log || true

0 commit comments

Comments
 (0)