We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e678fa commit c3bd19aCopy full SHA for c3bd19a
.github/workflows/langs.yml
@@ -34,5 +34,5 @@ jobs:
34
run: raco pkg install langs/
35
- name: Run tests
36
run: |
37
- raco test -j 8 -p langs
38
- raco test -j 8 -c outlaw
+ raco test -p langs
+ raco test -c outlaw
0 commit comments