Skip to content

Commit

Permalink
Try ld debug libs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Oct 31, 2023
1 parent 91a927a commit aa39a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
run: |
echo "$GITHUB_WORKSPACE/ci"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
export LD_DEBUG=libs
- name: Run Unit Tests - Linux
if: matrix.os == 'ubuntu-20.04'
uses: coactions/setup-xvfb@v1
with:
run: LD_DEBUG=libs npm run test-ci
run: npm run test-ci

0 comments on commit aa39a56

Please sign in to comment.