This commit is contained in:
Sergio R. Caprile 2025-05-15 16:48:16 -03:00
parent b46136a0af
commit 0372c97ff5

View File

@ -4,6 +4,8 @@ on:
- cron: '0 21 * * *' # run at 9 PM UTC
# Allow manual runs
workflow_dispatch:
env:
CC: clang
jobs:
fuzz:
runs-on: ubuntu-latest