We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a83412 commit f8c5b44Copy full SHA for f8c5b44
.github/workflows/ci.yaml
@@ -69,4 +69,4 @@ jobs:
69
70
- name: Run tests
71
continue-on-error: ${{ matrix.qemu-platform != '' }}
72
- run: zig build test -Dtarget=${{ matrix.target }}${{ matrix.qemu-platform != '' && ' -fqemu' || '' }} --verbose
+ run: zig build test -Dtarget=${{ matrix.target }}${{ matrix.qemu-platform != '' && ' -fqemu' || '' }} --verbose --summary all
0 commit comments