From 23f41c638585b571c86a7e7ae54410068aec4bd0 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Tue, 8 Aug 2023 21:55:51 -0700 Subject: [PATCH] CI: M1: build but dont test (for now, transitive dependency issue) Helps hexops/mach#902 Signed-off-by: Stephen Gutekanst --- .github/workflows/m1_ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/m1_ci.yml b/.github/workflows/m1_ci.yml index d6cd945..02b8a40 100644 --- a/.github/workflows/m1_ci.yml +++ b/.github/workflows/m1_ci.yml @@ -23,11 +23,13 @@ jobs: uses: actions/checkout@v2 with: submodules: 'true' - - name: test - run: zig build test - name: aarch64-macos -> x86_64-macos run: zig build -Dtarget=x86_64-macos - name: aarch64-macos -> x86_64-windows run: zig build -Dtarget=x86_64-windows - name: aarch64-macos -> x86_64-linux run: zig build -Dtarget=x86_64-linux + - name: build + run: zig build + # - name: test + # run: zig build test