Skip to content

Commit 40894e1

Browse files
committed
Skipping keyboard state.
1 parent 2ddb9b9 commit 40894e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
dependencies: sudo apt-get install libudev-dev libinput-dev weston --assume-yes
3030

3131
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
32+
# 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
3334
- variant: macos-latest
3435
os: macos-latest
3536
build: cargo build --verbose

0 commit comments

Comments
 (0)