From c2e09d3084f59323e2a3829535b1e68404db0ec1 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 12 Jan 2026 08:28:03 +0100 Subject: [PATCH] ci: build only run cmd forbuild dev test --- .github/workflows/zig-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zig-test.yml b/.github/workflows/zig-test.yml index cf40c990..c0e4ad5a 100644 --- a/.github/workflows/zig-test.yml +++ b/.github/workflows/zig-test.yml @@ -55,7 +55,7 @@ jobs: - uses: ./.github/actions/install - name: zig build debug - run: zig build -Dprebuilt_v8_path=v8/libc_v8.a + run: zig build -Dprebuilt_v8_path=v8/libc_v8.a run -- version - name: upload artifact uses: actions/upload-artifact@v4