]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Windows CI: Enable fuzz test in plain build
authorTomas Mraz <tomas@openssl.org>
Wed, 9 Jun 2021 10:27:51 +0000 (12:27 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 11 Jun 2021 07:50:55 +0000 (09:50 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15672)

.github/workflows/windows.yml

index bcfa45a4ba0707960dd265d176b195311a490c75..5c98695a70a3a594b33a41747d07271437e226cc 100644 (file)
@@ -57,7 +57,7 @@ jobs:
       run: nmake /S
     - name: test
       working-directory: _build
-      run: nmake test VERBOSE_FAILURE=yes TESTS=-test_fuzz* HARNESS_JOBS=4
+      run: nmake test VERBOSE_FAILURE=yes HARNESS_JOBS=4
   minimal:
     runs-on: windows-latest
     steps: