tests: re-enable metrics JSON output

METRICS=true zig build test
This commit is contained in:
Pierre Tachoire
2026-01-08 13:05:56 +01:00
parent 060afcd459
commit adfcf7bb2c
3 changed files with 127 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ jobs:
- uses: ./.github/actions/install
- name: zig build test
run: zig build -Dprebuilt_v8_path=v8/libc_v8.a test -- --json > bench.json
run: METRICS=true zig build -Dprebuilt_v8_path=v8/libc_v8.a test > bench.json
- name: write commit
run: |