We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfa8a9 commit 35c40d4Copy full SHA for 35c40d4
.github/workflows/main.yml
@@ -32,5 +32,5 @@ jobs:
32
- name: Check format
33
continue-on-error: true
34
run: zig fmt --check .
35
- - name: Build
36
- run: zig build
+ - name: Build and run tests
+ run: zig build test
0 commit comments