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 72339c9 commit 2171d54Copy full SHA for 2171d54
.github/workflows/push.yml
@@ -22,8 +22,8 @@ jobs:
22
run: |
23
echo "Before installation:"
24
raco pkg show --all
25
- raco pkg install --auto --batch
+ raco pkg install --auto -j $(nproc) --skip-installed
26
echo "After installation:"
27
28
- name: Run Tests
29
- run: raco test -t .
+ run: raco test -j $(nproc) -t .
0 commit comments