diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f2b5c2c..587c172 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -27,6 +27,7 @@ jobs: | |||
| 27 | 27 | ||
| 28 | test-in-memory: | 28 | test-in-memory: |
| 29 | strategy: | 29 | strategy: |
| 30 | fail-fast: false | ||
| 30 | matrix: | 31 | matrix: |
| 31 | os: [ubuntu-latest, windows-latest] | 32 | os: [ubuntu-latest, windows-latest] |
| 32 | runs-on: ${{ matrix.os }} | 33 | runs-on: ${{ matrix.os }} |
| @@ -43,6 +44,7 @@ jobs: | |||
| 43 | 44 | ||
| 44 | test-with-filesystem: | 45 | test-with-filesystem: |
| 45 | strategy: | 46 | strategy: |
| 47 | fail-fast: false | ||
| 46 | matrix: | 48 | matrix: |
| 47 | os: [ubuntu-latest, windows-latest] | 49 | os: [ubuntu-latest, windows-latest] |
| 48 | runs-on: ${{ matrix.os }} | 50 | runs-on: ${{ matrix.os }} |