Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Run basic debug benchmarks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Feb 29, 2024
1 parent ae93ae4 commit fdaf5c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Zig Lint - Fmt
run: zig fmt --check .

- name: Zig Build
shell: bash
- name: Zig Test
run: zig build test

- name: Zig Bench
run: zig build bench

0 comments on commit fdaf5c6

Please sign in to comment.