]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI MacOS: Enable trunk tests (#4383)
authorTerry Burton <tez@terryburton.co.uk>
Fri, 28 Jan 2022 13:55:48 +0000 (13:55 +0000)
committerGitHub <noreply@github.com>
Fri, 28 Jan 2022 13:55:48 +0000 (07:55 -0600)
.github/workflows/ci.yml

index 7a4551548a041f6c09ce36b638054737b537b128..336b0fce63188ddddc54be24f3cb221d52b4835a 100644 (file)
@@ -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