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: |
|
||||
sh autogen.sh
|
||||
./configure ${{ matrix.configure }}
|
||||
export ASAN_OPTIONS="abort_on_error=1:detect_leaks=0"
|
||||
${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)"
|
||||
|
||||
- name: test
|
||||
env:
|
||||
ASAN_OPTIONS: abort_on_error=1:detect_leaks=0
|
||||
run: |
|
||||
cd regress
|
||||
${{ matrix.make }}
|
||||
|
||||
Reference in New Issue
Block a user