fixing unit tests CI

This commit is contained in:
Kbz-8
2025-09-24 16:27:59 +02:00
parent c24f1ade64
commit 61d7c6ce95

View File

@@ -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"