Skip to content

Commit af46022

Browse files
committed
ci: add unittest execution
1 parent a2932f0 commit af46022

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/zig-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383

8484
- uses: ./.github/actions/install
8585

86+
- name: zig build unittest
87+
run: zig build unittest -freference-trace --summary all
88+
8689
- name: zig build test
8790
run: zig build test -Dengine=v8 -- --json > bench.json
8891

0 commit comments

Comments
 (0)