From e17eed40e43ad67ed101f6e77bf81e7485e7ce7c Mon Sep 17 00:00:00 2001 From: Artur Mukhamadiev Date: Tue, 21 Apr 2026 17:14:18 +0300 Subject: [PATCH] [test] gitea workflow --- .gitea/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index b0b2182..0ce1d58 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} runs verification of the project on: push: branches: - - 'master' + - "master" jobs: Is-Buildable: @@ -22,12 +22,12 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 with: - submodules: 'true' + submodules: "true" - name: Build project run: | cd ${{ gitea.workspace }} meson setup build - meson compile -C build + meson compile -C build -j2 - name: Unit Test Results run: | meson test -C build