Merge pull request #387 from xgdgsc/feat/winarm

This commit is contained in:
figsoda 2023-03-26 10:38:53 -04:00 committed by GitHub
commit d5e97a8ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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