From: Pauli Date: Mon, 16 Aug 2021 02:20:56 +0000 (+1000) Subject: Add additional test to thread sanitizer build X-Git-Tag: openssl-3.0.0~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f8e0272c1bde43d97bc1c4471dbaecfc89f7aae;p=thirdparty%2Fopenssl.git Add additional test to thread sanitizer build Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/16469) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f2a9b9fb22..601ba5f6b1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: - name: make run: make -s -j4 - name: make test - run: make TESTS=test_threads test HARNESS_JOBS=${HARNESS_JOBS:-4} + run: make V=1 TESTS="test_threads test_internal_provider test_provfetch test_provider test_pbe test_evp_kdf test_pkcs12 test_store test_evp" test HARNESS_JOBS=${HARNESS_JOBS:-4} enable_non-default_options: runs-on: ubuntu-latest