No need for ASAN_OPTIONS.

This commit is contained in:
Nicholas Marriott
2026-07-12 21:02:30 +01:00
parent 4f981a2506
commit 5e3db12c07

View File

@@ -75,7 +75,6 @@ jobs:
- name: test
run: |
cd regress
export ASAN_OPTIONS="abort_on_error=1:detect_leaks=0"
${{ matrix.make }}
- name: logs