Skip to content

Commit

Permalink
run wex-test-del only to debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvw committed Nov 2, 2024
1 parent c431908 commit d68e80b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:

- name: Headless Test
run: cd build &&
ninja lcov-prep &&
xvfb-run --auto-servernum ctest -VV &&
ninja lcov
xvfb-run --auto-servernum ./test/del/wex-test-del -s -V 0
#ninja lcov-prep &&
#xvfb-run --auto-servernum ctest -VV &&
#ninja lcov
env:
NO_AT_BRIDGE: 1

Expand Down

0 comments on commit d68e80b

Please sign in to comment.