summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2023-06-04 16:17:02 +0200
committerGravatar Vincent Rischmann2023-06-04 16:17:12 +0200
commit6257079afe9aa513d3926281b50032a1bcf49036 (patch)
tree8fee94324b056cb8adde00953c943edbef51eee1
parentci: remove redundant run with 22.04 (diff)
downloadzig-sqlite-6257079afe9aa513d3926281b50032a1bcf49036.tar.gz
zig-sqlite-6257079afe9aa513d3926281b50032a1bcf49036.tar.xz
zig-sqlite-6257079afe9aa513d3926281b50032a1bcf49036.zip
ci: always print the summary
-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 7723600..b1f255f 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 52 run: zig build test -Din_memory=true -fsummary
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