Add custom windows runner (#162)
This commit is contained in:
parent
837e8b8725
commit
06fc61d7c5
3
.github/workflows/build-test.yml
vendored
3
.github/workflows/build-test.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
|||||||
platform:
|
platform:
|
||||||
- ubuntu-16.04
|
- ubuntu-16.04
|
||||||
- macos-latest
|
- macos-latest
|
||||||
|
- windows2019 # custom runner
|
||||||
toolchain:
|
toolchain:
|
||||||
- stable
|
- stable
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
@ -38,7 +39,7 @@ jobs:
|
|||||||
command: test
|
command: test
|
||||||
args: --locked --all --release --features "json-tests" --verbose --no-run
|
args: --locked --all --release --features "json-tests" --verbose --no-run
|
||||||
- name: Run tests for ${{ matrix.platform }}
|
- name: Run tests for ${{ matrix.platform }}
|
||||||
if: matrix.platform != 'windows-latest'
|
if: matrix.platform != 'windows2019'
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
|
Loading…
Reference in New Issue
Block a user