diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index a1043d7..c4ee4cb 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -19,4 +19,5 @@ jobs: cmake --build build - name: Run tests run: | + ps aux | grep caRepeater ctest --output-on-failure --test-dir build -VV