We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80017fa commit 9f13130Copy full SHA for 9f13130
.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 and run tests
36
- run: zig build test
+ - name: Build
+ run: zig build
0 commit comments