summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-08-12 11:53:02 +0200
committerGravatar GitHub2021-08-12 11:53:02 +0200
commit4954c419d379ffbb637904b41d25ef910c6bb02b (patch)
treeb528338332a05a6db66c7c256e67c014e33fed37 /.github/workflows/main.yml
parentMerge pull request #37 from vrischmann/improve-doc (diff)
parentupdate README with new init syntax as well (diff)
downloadzig-sqlite-4954c419d379ffbb637904b41d25ef910c6bb02b.tar.gz
zig-sqlite-4954c419d379ffbb637904b41d25ef910c6bb02b.tar.xz
zig-sqlite-4954c419d379ffbb637904b41d25ef910c6bb02b.zip
Merge pull request #36 from nektro/master
Various fixes
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml2
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 }}