test(wm): don't rely on datadir for socket location

This commit avoids relying on DATA_DIR for the test socket location as
this path is not available to us in GitHub Actions runners.
This commit is contained in:
LGUG2Z
2025-03-07 15:59:54 -08:00
parent c90769f5fa
commit 555308db5f
3 changed files with 10 additions and 14 deletions

View File

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