summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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