Skip to content

Commit 626c645

Browse files
committed
tmate
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
1 parent f42cfe5 commit 626c645

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,12 @@ jobs:
6767
if: ${{ matrix.platform.test && startsWith(matrix.platform.os, 'ubuntu') }}
6868
env:
6969
LIBGL_ALWAYS_SOFTWARE: 1
70+
if: ${{ contains(matrix.features, 'x11') }}
7071
run: |
7172
weston --no-config --socket=wl-test-env --backend=headless &
7273
WAYLAND_DISPLAY=wl-test-env xvfb-run cargo test --features "${{ matrix.features }}" --target ${{ matrix.platform.target }} -- --nocapture
74+
- name: Setup tmate session
75+
uses: mxschmitt/action-tmate@v3
7376
- name: Test
7477
if: ${{ matrix.platform.test && !startsWith(matrix.platform.os, 'ubuntu') }}
7578
run: |

0 commit comments

Comments
 (0)