Skip to content

Commit 96080ad

Browse files
committed
Use ld debug
1 parent 5398532 commit 96080ad

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,15 @@ jobs:
3636
- name: Install Modules
3737
run: npm ci
3838

39-
# - name: Fix Python
40-
# if: matrix.os == 'macos-14'
41-
# run: pip install setuptools
42-
4339
- name: Build Current Binary
4440
run: npm run build
4541

4642
- name: Run Unit Tests - Linux
4743
if: matrix.os == 'ubuntu-22.04'
4844
run: |
4945
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
50-
xvfb-run --auto-servernum npm run test-ci
46+
LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
5147
52-
- name: Run Unit Tests - MacOS
53-
if: matrix.os == 'macos-14'
54-
run: npm run test-ci
48+
# - name: Run Unit Tests - MacOS
49+
# if: matrix.os == 'macos-14'
50+
# run: npm run test-ci

0 commit comments

Comments
 (0)