]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC: Add to threads sanitizer CI
authorHugo Landau <hlandau@openssl.org>
Mon, 22 May 2023 06:40:40 +0000 (07:40 +0100)
committerHugo Landau <hlandau@openssl.org>
Wed, 24 May 2023 09:34:54 +0000 (10:34 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20856)

.github/workflows/ci.yml

index 083bab7ad300822391acec7c74f6abdc24dc8eb9..7dbc788e9c8f735c7b2c827e609f2508d504f464 100644 (file)
@@ -187,11 +187,11 @@ jobs:
     - name: checkout fuzz/corpora submodule
       run: git submodule update --init --depth 1 fuzz/corpora
     - name: config
-      run: CC=clang ./config --banner=Configured no-fips --strict-warnings -fsanitize=thread && perl configdata.pm --dump
+      run: CC=clang ./config --banner=Configured no-fips --strict-warnings -fsanitize=thread enable-quic && perl configdata.pm --dump
     - name: make
       run: make -s -j4
     - name: make test
-      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}
+      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_quic*" test HARNESS_JOBS=${HARNESS_JOBS:-4}
 
   enable_non-default_options:
     runs-on: ubuntu-latest