Skip to content

Commit

Permalink
ci: use zig build test instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sectasy0 committed Nov 13, 2024
1 parent ce41952 commit bc8367c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zcached-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: zig-linux-x86_64-0.13.0/zig fmt --check .

- name: Run Tests
run: zig-linux-x86_64-0.13.0/zig test src/test.zig -lc
run: zig-linux-x86_64-0.13.0/zig build test

0 comments on commit bc8367c

Please sign in to comment.