Skip to content

Commit

Permalink
Trace test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Jan 11, 2025
1 parent 1fa5438 commit 855e805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 855e805

Please sign in to comment.