This commit is contained in:
Nicholas Marriott
2026-07-02 22:59:23 +01:00
parent bf0eee35f9
commit 352b1173c8

View File

@@ -67,13 +67,13 @@ jobs:
pkg-config
- name: build
run: |
sh autogen.sh
./configure ${{ matrix.configure }}
export ASAN_OPTIONS="abort_on_error=1:detect_leaks=0"
${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)"
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
run: |
cd regress
${{ matrix.make }}
run: |
cd regress
${{ matrix.make }}