From 463034e105430e45543cc30e40feaec5821f94cd Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Wed, 28 Jan 2026 14:30:12 +0100 Subject: [PATCH] unit tests --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 86ea5de..354ba79 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Show ccache stats after run: ccache --show-stats - - name: Test + - name: Unit Tests run: | cd ./build/${{ matrix.build_type }} xvfb-run ctest . --output-on-failure \ No newline at end of file