From 4f8e0272c1bde43d97bc1c4471dbaecfc89f7aae Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 16 Aug 2021 12:20:56 +1000 Subject: [PATCH] Add additional test to thread sanitizer build Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/16469) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2