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