We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42cfe5 commit 626c645Copy full SHA for 626c645
.github/workflows/main.yml
@@ -67,9 +67,12 @@ jobs:
67
if: ${{ matrix.platform.test && startsWith(matrix.platform.os, 'ubuntu') }}
68
env:
69
LIBGL_ALWAYS_SOFTWARE: 1
70
+ if: ${{ contains(matrix.features, 'x11') }}
71
run: |
72
weston --no-config --socket=wl-test-env --backend=headless &
73
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
76
- name: Test
77
if: ${{ matrix.platform.test && !startsWith(matrix.platform.os, 'ubuntu') }}
78
0 commit comments