Skip to content

Commit f8c5b44

Browse files
committed
Add summary flag to CI
1 parent 0a83412 commit f8c5b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969

7070
- name: Run tests
7171
continue-on-error: ${{ matrix.qemu-platform != '' }}
72-
run: zig build test -Dtarget=${{ matrix.target }}${{ matrix.qemu-platform != '' && ' -fqemu' || '' }} --verbose
72+
run: zig build test -Dtarget=${{ matrix.target }}${{ matrix.qemu-platform != '' && ' -fqemu' || '' }} --verbose --summary all

0 commit comments

Comments
 (0)