summaryrefslogtreecommitdiffstats
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-06-09 12:27:51 +0200
committerTomas Mraz <tomas@openssl.org>2021-06-11 09:50:55 +0200
commit451c2a95bd7b21677efedb7c4a8860d3178a5f65 (patch)
tree5a8b1f3f137005a41a17176f47f1dc3ba01353a9 /.github/workflows/windows.yml
parent814b5133e9aca90f1edb99c38a26e55cd7e50e19 (diff)
Windows CI: Enable fuzz test in plain build
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15672)
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index bcfa45a4ba..5c98695a70 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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: