Skip to content

Commit c3bd19a

Browse files
committed
Remove parallel raco test.
1 parent 0e678fa commit c3bd19a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/langs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
run: raco pkg install langs/
3535
- name: Run tests
3636
run: |
37-
raco test -j 8 -p langs
38-
raco test -j 8 -c outlaw
37+
raco test -p langs
38+
raco test -c outlaw

0 commit comments

Comments
 (0)