🔧 skip test for win arm

This commit is contained in:
xgdgsc 2023-03-26 14:57:02 +08:00
parent e177d11ced
commit e62178c25e

View File

@ -46,6 +46,7 @@ jobs:
- target: aarch64-pc-windows-msvc
os: windows-latest
ext: .exe
skip-test: true
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
@ -83,6 +84,7 @@ jobs:
rustup toolchain install stable nightly --profile minimal -t ${{ matrix.target }}
- name: Test on stable
if: ! matrix.skip-test
run: |
${{ env.CARGO }} +stable test --target ${{ matrix.target }} $EXTRA_CARGO_FLAGS