Skip to content

Commit 5a328e2

Browse files
committed
Try ld debug libs 5
1 parent a24f14b commit 5a328e2

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,10 @@ jobs:
3939
- name: Build Current Binary
4040
run: npm run build
4141

42-
- name: Set Env
42+
- name: Run Unit Tests - Linux
43+
if: matrix.os == 'ubuntu-20.04'
4344
run: |
44-
echo "$GITHUB_WORKSPACE/ci"
4545
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
4646
export LD_DEBUG=libs
4747
export QT_DEBUG_PLUGINS=1
48-
49-
- name: Run Unit Tests - Linux
50-
if: matrix.os == 'ubuntu-20.04'
51-
uses: coactions/setup-xvfb@v1
52-
with:
53-
run: npm run test-ci
48+
xvfb-run --auto-servernum npm run test-ci

core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
process.env.QT_DEBUG_PLUGINS = '1';
2+
// process.env.QT_DEBUG_PLUGINS = '1';
33

44
require('segfault-raub');
55
const { getBin } = require('addon-tools-raub');

0 commit comments

Comments
 (0)