We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e99f7 commit a7dd8b9Copy full SHA for a7dd8b9
.github/workflows/rust.yml
@@ -22,6 +22,10 @@ jobs:
22
headless: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
23
dependencies: sudo apt-get install libxtst-dev libevdev-dev libudev-dev --assume-yes
24
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
29
- os: macos-latest
30
# TODO: We can't test this on github, we can't set accessibility yet.
31
test: cargo test --verbose --all-features -- --skip test_listen_and_simulate --skip test_grab
0 commit comments