We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe75d6b commit 0817cfbCopy full SHA for 0817cfb
.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