summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2023-11-26 17:17:34 +0100
committerGravatar Vincent Rischmann2023-11-26 17:20:13 +0100
commit1175035c1a4932b8610004e8cd2394715e6555d8 (patch)
treec63cdc4fbe3e08dc93bf6f594e6f8fa883868c15 /.github/workflows
parentci: use checkout@v4 (diff)
downloadzig-sqlite-1175035c1a4932b8610004e8cd2394715e6555d8.tar.gz
zig-sqlite-1175035c1a4932b8610004e8cd2394715e6555d8.tar.xz
zig-sqlite-1175035c1a4932b8610004e8cd2394715e6555d8.zip
ci: run tests with the -Dci flag
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 73730c5..9fcc881 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49 restore-keys: ${{ runner.os }}-${{ matrix.os }}-zig- 49 restore-keys: ${{ runner.os }}-${{ matrix.os }}-zig-
50 50
51 - name: Run Tests in memory 51 - name: Run Tests in memory
52 run: zig build test -Din_memory=true --summary all 52 run: zig build test -Dci=true -Din_memory=true --summary all
53 53
54 - name: Build the example zigcrypto loadable extension 54 - name: Build the example zigcrypto loadable extension
55 run: zig build zigcrypto 55 run: zig build zigcrypto