Skip to content

Commit 35c40d4

Browse files
committed
CI build step runs tests
1 parent 6dfa8a9 commit 35c40d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
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
36-
run: zig build
35+
- name: Build and run tests
36+
run: zig build test

0 commit comments

Comments
 (0)