diff options
| author | 2021-08-11 22:32:27 -0700 | |
|---|---|---|
| committer | 2021-08-11 22:32:27 -0700 | |
| commit | d568bd360e5b74376e5d8c8348e387aa3607c32f (patch) | |
| tree | 2b6ea6288cf6ca252001a75bc6631a63ae3cee76 /.github/workflows | |
| parent | adding allocator to Db.QueryOptions was a mistake (diff) | |
| download | zig-sqlite-d568bd360e5b74376e5d8c8348e387aa3607c32f.tar.gz zig-sqlite-d568bd360e5b74376e5d8c8348e387aa3607c32f.tar.xz zig-sqlite-d568bd360e5b74376e5d8c8348e387aa3607c32f.zip | |
actions- add `fail-fast: false` to matrix steps
Diffstat (limited to '.github/workflows')
| -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 }} |