mirror of https://github.com/WerWolv/ImHex.git
git: Output unit test errors on failure
This commit is contained in:
parent
ceb26add15
commit
4c331341e5
|
@ -61,4 +61,4 @@ jobs:
|
||||||
- name: 🧪 Perform Unit Tests
|
- name: 🧪 Perform Unit Tests
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
ctest
|
ctest --output-on-failure
|
Loading…
Reference in New Issue