summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2020-12-28 23:49:52 +0100
committerGravatar Vincent Rischmann2020-12-28 23:49:52 +0100
commit8a23d107271d31d4d645a4dbf39013484e0c9281 (patch)
treeab6c7af1747d3523221a0caf3543c428d9654ec4 /.github/workflows
parentupdate readme with the library status (diff)
parentci: rename is_ci to in_memory (diff)
downloadzig-sqlite-8a23d107271d31d4d645a4dbf39013484e0c9281.tar.gz
zig-sqlite-8a23d107271d31d4d645a4dbf39013484e0c9281.tar.xz
zig-sqlite-8a23d107271d31d4d645a4dbf39013484e0c9281.zip
Merge branch 'rename-build-option'
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0a6d92f..ead0083 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -26,5 +26,8 @@ jobs:
26 - name: Build 26 - name: Build
27 run: zig build 27 run: zig build
28 28
29 - name: Run Tests 29 - name: Run Tests with filesystem
30 run: zig build test
31
32 - name: Run Tests in memory
30 run: zig build test 33 run: zig build test