Skip to content

Commit bb46324

Browse files
authored
ci: use VJOBS=1 for alpine docker format check (#19762)
1 parent f5f0995 commit bb46324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/containers_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: CC=gcc make
5151

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

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

0 commit comments

Comments
 (0)