mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:12:31 +00:00
Fix.
This commit is contained in:
16
.github/workflows/regress.yml
vendored
16
.github/workflows/regress.yml
vendored
@@ -67,13 +67,13 @@ jobs:
|
|||||||
pkg-config
|
pkg-config
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
sh autogen.sh
|
sh autogen.sh
|
||||||
./configure ${{ matrix.configure }}
|
./configure ${{ matrix.configure }}
|
||||||
export ASAN_OPTIONS="abort_on_error=1:detect_leaks=0"
|
export ASAN_OPTIONS="abort_on_error=1:detect_leaks=0"
|
||||||
${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)"
|
${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)"
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
cd regress
|
cd regress
|
||||||
${{ matrix.make }}
|
${{ matrix.make }}
|
||||||
|
|||||||
Reference in New Issue
Block a user