We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4599fee commit f42cfe5Copy full SHA for f42cfe5
.github/workflows/main.yml
@@ -65,6 +65,8 @@ jobs:
65
cargo build --features "${{ matrix.features }}" --target ${{ matrix.platform.target }}
66
- name: Test
67
if: ${{ matrix.platform.test && startsWith(matrix.platform.os, 'ubuntu') }}
68
+ env:
69
+ LIBGL_ALWAYS_SOFTWARE: 1
70
run: |
71
weston --no-config --socket=wl-test-env --backend=headless &
72
WAYLAND_DISPLAY=wl-test-env xvfb-run cargo test --features "${{ matrix.features }}" --target ${{ matrix.platform.target }} -- --nocapture
0 commit comments