We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee6381 commit 4ce64aeCopy full SHA for 4ce64ae
.github/workflows/rust.yml
@@ -44,4 +44,4 @@ jobs:
44
cached: ${{ steps.cache-qt.outputs.cache-hit }}
45
modules: 'qtwebengine'
46
- name: Run tests
47
- run: cargo test --all-features
+ run: xvfb-run cargo test --all-features
0 commit comments