test(wm): colocate tests with src files, add socket msg test

This commit is contained in:
LGUG2Z
2025-03-05 21:53:07 -08:00
parent f40e80cd61
commit 76002385ab
6 changed files with 184 additions and 116 deletions

View File

@@ -55,7 +55,8 @@ jobs:
key: ${{ matrix.platform.target }}
- run: cargo +nightly fmt --check
- run: cargo clippy
- run: cargo test --package komorebi --test compat
# sockets don't work properly on the windows runner
- run: cargo test -- --skip window_manager --skip process_command
- uses: houseabsolute/actions-rust-cross@v1
with:
command: "build"