summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-08-16 12:20:56 +1000
committerPauli <pauli@openssl.org>2021-08-31 20:44:16 +1000
commit4f8e0272c1bde43d97bc1c4471dbaecfc89f7aae (patch)
tree14e6c8e20883eaac7140ccb811a4db2a1500d8dc
parent2b4a611ef18b0696bff57da889622e0e42ed4521 (diff)
Add additional test to thread sanitizer build
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16469)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2f2a9b9fb2..601ba5f6b1 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