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