diff --git a/libs/core/.github/workflows/ci.yml b/libs/core/.github/workflows/ci.yml index 4280888a..228179e8 100644 --- a/libs/core/.github/workflows/ci.yml +++ b/libs/core/.github/workflows/ci.yml @@ -70,5 +70,9 @@ jobs: git clone https://github.com/hexops/mach-gpu libs/mach-gpu git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn zig build + env: + AGREE: true - name: test run: zig build test + env: + AGREE: true