diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e7f410..f2b5c2c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -28,7 +28,7 @@ jobs: | |||
| 28 | test-in-memory: | 28 | test-in-memory: |
| 29 | strategy: | 29 | strategy: |
| 30 | matrix: | 30 | matrix: |
| 31 | os: [ubuntu-latest] | 31 | os: [ubuntu-latest, windows-latest] |
| 32 | runs-on: ${{ matrix.os }} | 32 | runs-on: ${{ matrix.os }} |
| 33 | steps: | 33 | steps: |
| 34 | - uses: actions/checkout@v2 | 34 | - uses: actions/checkout@v2 |
| @@ -44,7 +44,7 @@ jobs: | |||
| 44 | test-with-filesystem: | 44 | test-with-filesystem: |
| 45 | strategy: | 45 | strategy: |
| 46 | matrix: | 46 | matrix: |
| 47 | os: [ubuntu-latest] | 47 | os: [ubuntu-latest, windows-latest] |
| 48 | runs-on: ${{ matrix.os }} | 48 | runs-on: ${{ matrix.os }} |
| 49 | steps: | 49 | steps: |
| 50 | - uses: actions/checkout@v2 | 50 | - uses: actions/checkout@v2 |