[ci] run oss-fuzz scheduled, undefined sanitizer

This commit is contained in:
akallabeth
2024-04-19 18:38:00 +02:00
committed by akallabeth
parent 445bd9a80c
commit ae7b32db75

View File

@@ -5,6 +5,8 @@ on:
branches: [ master, stable* ]
pull_request:
branches: [ master, stable* ]
schedule:
- cron: "0 3 21 * *"
jobs:
fuzzing:
@@ -15,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sanitizer: [address]
sanitizer: [address, undefined]
steps:
- uses: actions/checkout@v4