From 6257079afe9aa513d3926281b50032a1bcf49036 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 4 Jun 2023 16:17:02 +0200 Subject: ci: always print the summary --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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: restore-keys: ${{ runner.os }}-${{ matrix.os }}-zig- - name: Run Tests in memory - run: zig build test -Din_memory=true + run: zig build test -Din_memory=true -fsummary - name: Build the example zigcrypto loadable extension run: zig build zigcrypto -- cgit v1.2.3