mirror of
https://github.com/tmux/tmux.git
synced 2026-09-22 12:57:43 +00:00
Make regress parallel friendly.
This commit is contained in:
4
.github/workflows/regress.yml
vendored
4
.github/workflows/regress.yml
vendored
@@ -72,14 +72,14 @@ jobs:
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
sh autogen.sh
|
||||
sh autogen.sh
|
||||
./configure ${{ matrix.configure }}
|
||||
${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)"
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
cd regress
|
||||
${{ matrix.make }}
|
||||
${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)"
|
||||
|
||||
- name: logs
|
||||
if: failure()
|
||||
|
||||
Reference in New Issue
Block a user