This commit is contained in:
Nicholas Marriott
2026-07-02 22:57:14 +01:00
parent fa2a3b679a
commit 228c9c9277

View File

@@ -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 }}