Skip to content

Commit

Permalink
ci: prepend VJOBS=1 to flaky format tests on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Nov 29, 2023
1 parent d1957f1 commit 53b0eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 53b0eac

Please sign in to comment.