diff --git a/.gitea/workflows/ubuntu.yaml b/.gitea/workflows/ubuntu.yaml index 7903e8a..d02e242 100644 --- a/.gitea/workflows/ubuntu.yaml +++ b/.gitea/workflows/ubuntu.yaml @@ -35,4 +35,6 @@ jobs: run: xmake --root - name: Test - run: xmake test --root \ No newline at end of file + run: | + xmake f -m debug --root + xmake test --root \ No newline at end of file