Skip to content

Commit

Permalink
kstr0k-build.yml: parallelize 'make test'
Browse files Browse the repository at this point in the history
  • Loading branch information
mralusw committed Apr 6, 2024
1 parent 9236c75 commit 38ed010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kstr0k-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Test Vim
timeout-minutes: 20
run: |
make -C vim/src/gvim test
make -C vim/src/gvim -j"$(getconf _NPROCESSORS_ONLN)" test
# dump failed screen tests
bash scripts/dump_failed_screentests.sh
Expand Down

0 comments on commit 38ed010

Please sign in to comment.