summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2023-06-18 22:36:16 +0200
committerGravatar Vincent Rischmann2023-06-18 22:36:16 +0200
commit1cee5f52ba18d8e37bb7ead7fde155114ef01791 (patch)
treea4934be9f476d10bb01c41a4f918d58a328fc489 /.github/workflows/main.yml
parentfix for latest zig (diff)
downloadzig-sqlite-1cee5f52ba18d8e37bb7ead7fde155114ef01791.tar.gz
zig-sqlite-1cee5f52ba18d8e37bb7ead7fde155114ef01791.tar.xz
zig-sqlite-1cee5f52ba18d8e37bb7ead7fde155114ef01791.zip
ci: -fsummary has been replaced
Diffstat (limited to '')
-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 b1f255f..c70cc08 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 -fsummary 52 run: zig build test -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