Skip to content

Commit

Permalink
Try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Jan 9, 2025
1 parent c7c7a8d commit 85e2378
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 101 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,5 +53,5 @@ jobs:
shell: cmd
run: |
cd tests/unit/builds/RELEASE
yadomsTests.exe -t !TestLoader -l test_suite
yadomsTests.exe -l test_suite -t !TestLoader # Disable TestLoader tests because of bad memory handling using Poco (random crashes). Need to rewrite startupOptions::CStartupOptions
Loading

0 comments on commit 85e2378

Please sign in to comment.