Skip to content

Commit

Permalink
Use ld debug
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Dec 2, 2024
1 parent 5398532 commit 96080ad
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,15 @@ jobs:
- name: Install Modules
run: npm ci

# - name: Fix Python
# if: matrix.os == 'macos-14'
# run: pip install setuptools

- name: Build Current Binary
run: npm run build

- name: Run Unit Tests - Linux
if: matrix.os == 'ubuntu-22.04'
run: |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
xvfb-run --auto-servernum npm run test-ci
LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
- name: Run Unit Tests - MacOS
if: matrix.os == 'macos-14'
run: npm run test-ci
# - name: Run Unit Tests - MacOS
# if: matrix.os == 'macos-14'
# run: npm run test-ci

0 comments on commit 96080ad

Please sign in to comment.