Skip to content

Commit e076b77

Browse files
committed
ci: enable fuzzing in Azure Pipelines
This was disabled to improve iteration speed while hacking on the Azure Pipelines integration.
1 parent 0e24388 commit e076b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/azure-pipelines-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515

1616
variables:
1717
# Enable fuzzing tests, other expensive tests.
18-
#ZSTD_SLOW_TESTS: '1'
18+
ZSTD_SLOW_TESTS: '1'
1919

2020
# Make all compile warnings fatal.
2121
ZSTD_WARNINGS_AS_ERRORS: '1'
2222

2323
# More thorough fuzzing coverage.
24-
#HYPOTHESIS_PROFILE: ci
24+
HYPOTHESIS_PROFILE: ci
2525

2626
steps:
2727
- script: choco install vcpython27 --yes

0 commit comments

Comments
 (0)