From 477d8f85d80cfa86b93b263d9dabc756d590a409 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 18 Jul 2021 16:50:24 -0700 Subject: [PATCH] CI: disable windows/linux testing for now Signed-off-by: Stephen Gutekanst --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd9d3ddd..7b2b5698 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,9 @@ jobs: run: zig build test -Dtarget=x86_64-macos env: AGREE: true - - name: mach::test - run: zig build test + # Disabled for now, see https://github.com/hexops/mach/issues/4 + # - name: mach::test + # run: zig build test - name: webgpu::test run: cd webgpu && zig build test windows: @@ -38,8 +39,9 @@ jobs: run: zig build install -Dtarget=x86_64-macos env: AGREE: true - - name: mach::test - run: zig build test + # Disabled for now, see https://github.com/hexops/mach/issues/5 + # - name: mach::test + # run: zig build test - name: webgpu::test run: cd webgpu && zig build test mac: