diff --git a/.gitea/workflows/ubuntu.yaml b/.gitea/workflows/ubuntu.yaml index 308f361..e4d31e4 100644 --- a/.gitea/workflows/ubuntu.yaml +++ b/.gitea/workflows/ubuntu.yaml @@ -24,4 +24,6 @@ jobs: run: xmake --root - name: Test - run: xmake test --root + run: | + xmake f -m debug --root + xmake test --root