Skip to content

Commit 86d66b2

Browse files
committed
Remove parallelism in tests.
1 parent 4542c7b commit 86d66b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build
3636
run: make -j6
3737
- name: Test
38-
run: make -j6 check
38+
run: make check
3939

4040
sdfmt:
4141
name: Build sdfmt via dub

0 commit comments

Comments
 (0)