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 51fccc6 commit 54ece4bCopy full SHA for 54ece4b
1 file changed
.github/workflows/build.yml
@@ -557,11 +557,14 @@ jobs:
557
matrix:
558
sanitizer:
559
- address
560
- - undefined
561
- - memory
562
oss-fuzz-project-name:
563
- cpython3
564
- python3-libraries
+ include:
+ - sanitizer: undefined
565
+ oss-fuzz-project-name: cpython3
566
+ - sanitizer: memory
567
568
exclude:
569
# Note that the 'no-exclude' sentinel below is to prevent
570
# an empty string value from excluding all jobs and causing
0 commit comments