Skip to content

Commit 4ce64ae

Browse files
committed
CI: use xvfb-run
1 parent 4ee6381 commit 4ce64ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
cached: ${{ steps.cache-qt.outputs.cache-hit }}
4545
modules: 'qtwebengine'
4646
- name: Run tests
47-
run: cargo test --all-features
47+
run: xvfb-run cargo test --all-features

0 commit comments

Comments
 (0)