Skip to content

Commit 2171d54

Browse files
committed
Skip install the source code in CI job.
1 parent 72339c9 commit 2171d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: |
2323
echo "Before installation:"
2424
raco pkg show --all
25-
raco pkg install --auto --batch
25+
raco pkg install --auto -j $(nproc) --skip-installed
2626
echo "After installation:"
2727
raco pkg show --all
2828
- name: Run Tests
29-
run: raco test -t .
29+
run: raco test -j $(nproc) -t .

0 commit comments

Comments
 (0)