diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2593e0f2..451094a7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,6 +2,13 @@ name: Test on: push jobs: test: + strategy: + matrix: + config: + - { platform: linux, arch: amd64 } + - { platform: linux, arch: arm64 } + - { platform: windows, arch: amd64, version: 1809 } + - { platform: windows, arch: amd64, version: ltsc2022 } runs-on: ubuntu-latest steps: - uses: actions/checkout@v3