From 92c8d3ae8d1f2df3684e2c52fa9f6c71eeb3955f Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 28 Apr 2026 17:31:58 +0200 Subject: [PATCH] Experimenting --- .gitea/workflows/action.yaml | 1 + 1 file changed, 1 insertion(+) 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