mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
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:
3
.github/workflows/windows.yaml
vendored
3
.github/workflows/windows.yaml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user