Skip to content

Commit 0aac70f

Browse files
committed
make no j
1 parent ef1806b commit 0aac70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ jobs:
605605
uses: ./.github/actions/setup-sqlc
606606

607607
- name: make gen
608-
run: "make --output-sync -j -B gen"
608+
run: "make --output-sync -B gen"
609609

610610
- name: Format
611611
run: |

0 commit comments

Comments
 (0)