From c24f1ade64c70757a5e4cfe1f35fef88cde75baf Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Wed, 24 Sep 2025 16:24:06 +0200 Subject: [PATCH] fixing unit tests CI --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6466d09..98dd563 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,12 +56,12 @@ jobs: run: echo "hash=$(xmake l utils.ci.packageskey)" >> $GITHUB_OUTPUT - name: Install unit tester - run: git clone https://github.com/seekrs/MacroUnitTest.git + run: git clone https://github.com/seekrs/MacroUnitTest.git ../MacroUnitTest # Setup compilation mode and install project dependencies - name: Configure xmake and install dependencies run: | - cd MacroUnitTest + cd ../MacroUnitTest xmake config -P . --toolchain=clang --ccache=n --yes # Save dependencies @@ -74,5 +74,5 @@ jobs: - name: Build and run unit tester run: | - cd MacroUnitTest + cd ../MacroUnitTest xmake run -P . -vD MacroUnitTest --headless --path="{{ runner.workspace }}/libmlx.so"