We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09596d commit 8404e43Copy full SHA for 8404e43
.github/workflows/build.yaml
@@ -78,8 +78,9 @@ jobs:
78
args: --release --target=${{ matrix.target }}
79
use-cross: ${{ contains(matrix.os, 'ubuntu') }}
80
81
- # Run tests
+ # Run tests (skip for Windows targets)
82
- name: Run tests
83
+ if: "!contains(matrix.target, 'windows')"
84
uses: actions-rs/[email protected]
85
with:
86
command: test
0 commit comments