We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddb9b9 commit 40894e1Copy full SHA for 40894e1
.github/workflows/rust.yml
@@ -29,7 +29,8 @@ jobs:
29
dependencies: sudo apt-get install libudev-dev libinput-dev weston --assume-yes
30
31
build: cargo build --verbose --no-default-features --features wayland
32
- test: WAYLAND_DISPLAY=wl-test-env cargo test --verbose --no-default-features --features=serialize,wayland
+ # Keyboard not implemented in wayland
33
+ test: WAYLAND_DISPLAY=wl-test-env cargo test --verbose --no-default-features --features=serialize,wayland -- --skip test_keyboard_state
34
- variant: macos-latest
35
os: macos-latest
36
build: cargo build --verbose
0 commit comments