This commit is contained in:
gabime 2024-11-01 17:45:19 +02:00
parent 614c3a6836
commit 7ecfb3bc9c

View File

@ -103,5 +103,5 @@ jobs:
run: cmake --build build --config Release
- name: Run Tests
run: ctest --test-dir build --output-on-failure
run: ctest --test-dir build --config Release --output-on-failure