Disable windows2019, remove tagged windows artifact

This commit is contained in:
draganrakita
2020-12-21 10:44:07 +01:00
committed by rakita
parent 8a9d14141a
commit 08e6cca3e5
2 changed files with 38 additions and 69 deletions

View File

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