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: