mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:22:29 +00:00
Tweak.
This commit is contained in:
3
.github/workflows/regress.yml
vendored
3
.github/workflows/regress.yml
vendored
@@ -70,11 +70,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sh autogen.sh
|
sh autogen.sh
|
||||||
./configure ${{ matrix.configure }}
|
./configure ${{ matrix.configure }}
|
||||||
|
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
|
||||||
env:
|
|
||||||
ASAN_OPTIONS: abort_on_error=1:detect_leaks=0
|
|
||||||
run: |
|
run: |
|
||||||
cd regress
|
cd regress
|
||||||
${{ matrix.make }}
|
${{ matrix.make }}
|
||||||
|
|||||||
Reference in New Issue
Block a user