1
0
mirror of synced 2025-01-18 17:14:13 +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 - name: 🧪 Perform Unit Tests
run: | run: |
cd build cd build
ctest ctest --output-on-failure