Skip to content

Commit 178fef3

Browse files
committed
Try to make CI pass
1 parent 6038b5d commit 178fef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
workflow_dispatch:
89

910
env:
1011
CARGO_TERM_COLOR: always
@@ -45,4 +46,4 @@ jobs:
4546
cached: ${{ steps.cache-qt.outputs.cache-hit }}
4647
modules: 'qtwebengine'
4748
- name: Run tests
48-
run: xvfb-run cargo test --all-features -- --nocapture
49+
run: cargo test --all-features

0 commit comments

Comments
 (0)