Update test workflow

This commit is contained in:
CrazyMax 2020-10-25 15:36:42 +01:00
parent cb039680df
commit 82966b7661
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -26,14 +26,7 @@ jobs:
run: docker buildx bake test
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
runs-on: ubuntu-latest
steps:
-
name: Checkout