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