From 53b0eac13211f77dca3a335dc738bf14b1e703d9 Mon Sep 17 00:00:00 2001 From: lmp Date: Wed, 29 Nov 2023 11:10:48 +0100 Subject: [PATCH] ci: prepend `VJOBS=1` to flaky format tests on macOS --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5b6a95f..b3ea88da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,8 +120,8 @@ jobs: - name: Test code formatting run: | cd sdl - v test-fmt - v fmt -verify . + VJOBS=1 v test-fmt + VJOBS=1 v fmt -verify . - name: Build sdl shared run: |