From 91be49b733d589ebc7831ab40c87cdcbcb1d5247 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Wed, 7 Jul 2021 19:23:46 -0700 Subject: [PATCH] CI: fix test path Signed-off-by: Stephen Gutekanst --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 283bd208..4dee9343 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: run: | sudo apt install xz-utils 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: engine::test - run: cd engine && zig build test + - name: mach::test + run: zig build test - name: webgpu::test run: cd webgpu && zig build test