Skip to content

Commit 9f13130

Browse files
authored
Update main.yml
1 parent 80017fa commit 9f13130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Check format
3333
continue-on-error: true
3434
run: zig fmt --check .
35-
- name: Build and run tests
36-
run: zig build test
35+
- name: Build
36+
run: zig build

0 commit comments

Comments
 (0)