Skip to content

Commit

Permalink
ci: use VJOBS=1 for alpine docker format check (#19762)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 4, 2023
1 parent f5f0995 commit bb46324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers_ci.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
run: CC=gcc make

- name: All code is formatted
run: ./v test-cleancode
run: VJOBS=1 ./v test-cleancode

- name: Run only essential tests
run: VTEST_JUST_ESSENTIAL=1 ./v test-self
Expand Down

0 comments on commit bb46324

Please sign in to comment.