Skip to content

Commit

Permalink
Reintroduce unit testing to CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bfeldpw committed Dec 28, 2023
1 parent 3ce7180 commit a198e2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ jobs:
run: |
zig build --summary all
zig build -Doptimize=ReleaseSafe --summary all
- name: Test
run: |
zig build test --summary all
zig build test -Doptimize=ReleaseSafe --summary all

0 comments on commit a198e2c

Please sign in to comment.