1
0
mirror of synced 2025-01-18 09:04:52 +01:00

git: Output unit test errors on failure

This commit is contained in:
WerWolv 2022-08-09 16:31:10 +02:00
parent ceb26add15
commit 4c331341e5

View File

@ -61,4 +61,4 @@ jobs:
- name: 🧪 Perform Unit Tests
run: |
cd build
ctest
ctest --output-on-failure