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