WIP
This commit is contained in:
parent
5781a0ee27
commit
b74fd5afb4
@ -22,6 +22,3 @@ jobs:
|
|||||||
cmake ..
|
cmake ..
|
||||||
make -j 2
|
make -j 2
|
||||||
|
|
||||||
- name: C++ unit tests
|
|
||||||
working-directory: ${{gitea.workspace}}/build
|
|
||||||
run: ctest
|
|
@ -21,7 +21,3 @@ jobs:
|
|||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make -j 2
|
make -j 2
|
||||||
|
|
||||||
- name: C++ unit tests
|
|
||||||
working-directory: ${{gitea.workspace}}/build
|
|
||||||
run: ctest
|
|
Loading…
x
Reference in New Issue
Block a user