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 2a7d53d commit f21aeed
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 @@ -123,8 +123,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 f21aeed

Please sign in to comment.