diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e41fe5a..c9a31282 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,8 @@ jobs: run: zig build install -Dtarget=aarch64-macos env: AGREE: true - # Disabled for now, see https://github.com/hexops/mach/issues/5 - # - name: mach::test - # run: zig build test + - name: mach::test + run: zig build test - name: webgpu::test run: cd webgpu && zig build test x86_64-macos: