We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b06ab1 commit c207b56Copy full SHA for c207b56
.github/workflows/rust.yml
@@ -27,7 +27,7 @@ jobs:
27
test: cargo test --verbose --all-features -- --skip test_listen_and_simulate --skip test_grab
28
- os: ubuntu-latest
29
# TODO unstable_grab feature is not supported on Linux.
30
- test: cargo test --verbose --features=serialize
+ test: cargo test --verbose --features=serialize,x11
31
- os: windows-latest
32
test: cargo test --verbose --all-features
33
0 commit comments