diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b565b6b..b1fa7f00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.9.0-dev.347+628f490c5.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: mach::test cross Linux->MacOS run: zig build test -Dtarget=x86_64-macos + env: + AGREE: true - name: mach::test run: zig build test - name: webgpu::test