Add custom windows runner (#162)

This commit is contained in:
Giacomo 2020-12-11 11:18:18 +01:00 committed by GitHub
parent 837e8b8725
commit 06fc61d7c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ jobs:
platform:
- ubuntu-16.04
- macos-latest
- windows2019 # custom runner
toolchain:
- stable
runs-on: ${{ matrix.platform }}
@ -38,7 +39,7 @@ jobs:
command: test
args: --locked --all --release --features "json-tests" --verbose --no-run
- name: Run tests for ${{ matrix.platform }}
if: matrix.platform != 'windows-latest'
if: matrix.platform != 'windows2019'
uses: actions-rs/cargo@v1
with:
command: test