diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cf92bdd46a3..a31fa3b01a9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -10,7 +10,12 @@ name: Test coverage jobs: coverage: name: Collect test coverage - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: + - ubuntu-latest + - windows-latest # nightly rust might break from time to time continue-on-error: true env: