From: Arran Cudbard-Bell Date: Fri, 22 Apr 2022 22:08:21 +0000 (-0500) Subject: radmin isn't thread safe X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d661db47bd8bd80c5306359ba87407668ca15d3a;p=thirdparty%2Ffreeradius-server.git radmin isn't thread safe --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 548ee674fe1..96473057a70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -339,7 +339,7 @@ jobs: $script done - make -j `nproc` ci-test + make ci-test env: SQL_MYSQL_TEST_SERVER: 127.0.0.1 @@ -363,7 +363,7 @@ jobs: - name: Run basic tests (MacOS) if: ${{ matrix.env.TEST_TYPE == 'macos' }} run: | - make -j `nproc` test + make test env: ASAN_OPTIONS: symbolize=1 detect_stack_use_after_return=1