From 855e805433760ecbcabf1bf22002809dc0eae828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gallou?= Date: Sat, 11 Jan 2025 20:34:10 +0100 Subject: [PATCH] Trace test suite --- .github/workflows/unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index c995e1c2e..96342b8bb 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -27,7 +27,7 @@ jobs: run: | echo "Running unittests for yadoms ${{ steps.yadoms_build_step.outputs.yadomsVersion }}" cd tests/unit/builds - ./yadomsTests + ./yadomsTests -l test_suite Windows: name : Run Unit tests for Windows @@ -53,7 +53,7 @@ jobs: shell: cmd run: | cd tests/unit/builds/RELEASE - yadomsTests.exe -r detailed -e results.txt + yadomsTests.exe -l test_suite -r detailed -e results.txt - name: Archive unittests report artifacts uses: actions/upload-artifact@v4.4.0 with: