git: Output errors when ctest fails

This commit is contained in:
WerWolv
2022-08-09 16:10:27 +02:00
committed by GitHub
parent 8d3c94be8f
commit 7c88439681

View File

@@ -53,7 +53,7 @@ jobs:
- name: 🧪 Perform Unit Tests
run: |
cd tests/build
ctest
ctest --output-on-failure
- name: 📎 Validate JSON Files
run: |
cd constants