Skip to content

Commit b4f60e0

Browse files
committed
CI: add host test lane for xcomponent keyboard-types
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
1 parent 858dd26 commit b4f60e0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ jobs:
1616
- run: cargo fmt --check
1717
- run: cargo clippy
1818

19+
host-tests:
20+
name: Host tests
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/checkout@v6
24+
- uses: dtolnay/rust-toolchain@stable
25+
- run: cargo test -p xcomponent-sys --features keyboard-types
26+
1927
integrity:
2028
name: Integrity Test
2129
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)