Skip to content

Commit c207b56

Browse files
committed
Testing X11 for now.
1 parent 2b06ab1 commit c207b56

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
@@ -27,7 +27,7 @@ jobs:
2727
test: cargo test --verbose --all-features -- --skip test_listen_and_simulate --skip test_grab
2828
- os: ubuntu-latest
2929
# TODO unstable_grab feature is not supported on Linux.
30-
test: cargo test --verbose --features=serialize
30+
test: cargo test --verbose --features=serialize,x11
3131
- os: windows-latest
3232
test: cargo test --verbose --all-features
3333

0 commit comments

Comments
 (0)