From: Terry Burton Date: Fri, 28 Jan 2022 13:55:48 +0000 (+0000) Subject: CI MacOS: Enable trunk tests (#4383) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7f2f45171ffb069dedf35b4beb79392e973a910;p=thirdparty%2Ffreeradius-server.git CI MacOS: Enable trunk tests (#4383) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a4551548a0..336b0fce631 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -356,12 +356,10 @@ jobs: # IMAP_TEST_SERVER_PORT: 1430 # IMAP_TEST_SERVER_SSL_PORT: 1431 - # Includes hack to disable trunk tests on MacOS which are currently broken - # Also, no detect_leaks support for ASAN + # No detect_leaks support for ASAN on MacOS - name: Run basic tests (MacOS) if: ${{ matrix.env.TEST_TYPE == 'macos' }} run: | - : > src/lib/server/trunk_tests.mk make test env: ASAN_OPTIONS: symbolize=1 detect_stack_use_after_return=1