From 06fc61d7c5ce29877348014db85cfeabe5b9c807 Mon Sep 17 00:00:00 2001 From: Giacomo Date: Fri, 11 Dec 2020 11:18:18 +0100 Subject: [PATCH] Add custom windows runner (#162) --- .github/workflows/build-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b8c014c43..4b37985cc 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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