not a workaround, but the way pdimov changed the build

This commit is contained in:
Hans Dembinski 2021-10-13 10:56:10 +02:00
parent 1ce098b976
commit 6c327f38f2

View File

@ -37,5 +37,5 @@ jobs:
- name: ctest
run: |
cd build
cmake --build . -j3 --target tests # temporary workaround (I hope)
cmake --build . --target tests -j3 -- -k
ctest -C Debug --output-on-failure