Skip to content

Commit a7dd8b9

Browse files
committed
Can we add wayland ?
1 parent b3e99f7 commit a7dd8b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
headless: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
2323
dependencies: sudo apt-get install libxtst-dev libevdev-dev libudev-dev --assume-yes
2424
test: cargo test --verbose --features=serialize,x11
25+
- os: ubuntu-latest
26+
headless: weston --no-config --socket=wl-test-env --backend=headless
27+
dependencies: sudo apt-get install libxtst-dev libevdev-dev libudev-dev --assume-yes
28+
test: WAYLAND_DISPLAY=wl-test-env cargo test --verbose --no-default-features --features=serialize,wayland
2529
- os: macos-latest
2630
# TODO: We can't test this on github, we can't set accessibility yet.
2731
test: cargo test --verbose --all-features -- --skip test_listen_and_simulate --skip test_grab

0 commit comments

Comments
 (0)