From 61d7c6ce9532e75ce20b7768186e620c4a410d86 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Wed, 24 Sep 2025 16:27:59 +0200 Subject: [PATCH] fixing unit tests CI --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 98dd563..27baa51 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,7 +62,7 @@ jobs: - name: Configure xmake and install dependencies run: | cd ../MacroUnitTest - xmake config -P . --toolchain=clang --ccache=n --yes + xmake config --toolchain=clang --ccache=n --yes # Save dependencies - name: Save cached xmake dependencies @@ -75,4 +75,4 @@ jobs: - name: Build and run unit tester run: | cd ../MacroUnitTest - xmake run -P . -vD MacroUnitTest --headless --path="{{ runner.workspace }}/libmlx.so" + xmake run MacroUnitTest --headless --path="${{ runner.workspace }}/libmlx.so"