From b9a3fb4ca461741c8c6150031cddaad7c05f9459 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sun, 25 Feb 2024 08:50:08 +0100 Subject: [PATCH] action: fix tests --- .gitea/workflows/ubuntu.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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