WIP
Some checks failed
Build on RHEL9 / build (push) Failing after 1s
Build on RHEL9 using gitea.psi.ch/images/rhel9-developer-github-actions / build (push) Failing after 1s

This commit is contained in:
froejdh_e 2025-04-16 09:23:47 +02:00
parent 5781a0ee27
commit b74fd5afb4
2 changed files with 0 additions and 7 deletions

View File

@ -22,6 +22,3 @@ jobs:
cmake ..
make -j 2
- name: C++ unit tests
working-directory: ${{gitea.workspace}}/build
run: ctest

View File

@ -21,7 +21,3 @@ jobs:
mkdir build && cd build
cmake ..
make -j 2
- name: C++ unit tests
working-directory: ${{gitea.workspace}}/build
run: ctest