Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba2ddb commit f68d634Copy full SHA for f68d634
1 file changed
.github/workflows/build.yml
@@ -631,11 +631,14 @@ jobs:
631
matrix:
632
sanitizer:
633
- address
634
- - undefined
635
- - memory
636
oss-fuzz-project-name:
637
- cpython3
638
- python3-libraries
+ include:
+ - sanitizer: undefined
639
+ oss-fuzz-project-name: cpython3
640
+ - sanitizer: memory
641
642
exclude:
643
# Note that the 'no-exclude' sentinel below is to prevent
644
# an empty string value from excluding all jobs and causing
0 commit comments