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 6038b5d commit 178fef3Copy full SHA for 178fef3
.github/workflows/rust.yml
@@ -5,6 +5,7 @@ on:
5
branches: [ master ]
6
pull_request:
7
8
+ workflow_dispatch:
9
10
env:
11
CARGO_TERM_COLOR: always
@@ -45,4 +46,4 @@ jobs:
45
46
cached: ${{ steps.cache-qt.outputs.cache-hit }}
47
modules: 'qtwebengine'
48
- name: Run tests
- run: xvfb-run cargo test --all-features -- --nocapture
49
+ run: cargo test --all-features
0 commit comments