Skip to content

Commit 8404e43

Browse files
committed
Skip tests for Windows targets to avoid Wine execution issues
1 parent f09596d commit 8404e43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ jobs:
7878
args: --release --target=${{ matrix.target }}
7979
use-cross: ${{ contains(matrix.os, 'ubuntu') }}
8080

81-
# Run tests
81+
# Run tests (skip for Windows targets)
8282
- name: Run tests
83+
if: "!contains(matrix.target, 'windows')"
8384
uses: actions-rs/[email protected]
8485
with:
8586
command: test

0 commit comments

Comments
 (0)