mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 15:41:48 +00:00
ci: add unittest execution
This commit is contained in:
3
.github/workflows/zig-test.yml
vendored
3
.github/workflows/zig-test.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
|||||||
|
|
||||||
- uses: ./.github/actions/install
|
- uses: ./.github/actions/install
|
||||||
|
|
||||||
|
- name: zig build unittest
|
||||||
|
run: zig build unittest -freference-trace --summary all
|
||||||
|
|
||||||
- name: zig build test
|
- name: zig build test
|
||||||
run: zig build test -Dengine=v8 -- --json > bench.json
|
run: zig build test -Dengine=v8 -- --json > bench.json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user