ci: fuzz: add timeout
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 8s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 14s
Gentoo Utils / build (push) Successful in 23s
Gentoo Utils / test (push) Successful in 37s
Gentoo Utils / fuzz (push) Has been cancelled

This commit is contained in:
2025-12-13 21:02:43 -06:00
parent 69229a9457
commit 8a3d467f5b

View File

@@ -123,6 +123,7 @@ jobs:
fuzz:
runs-on: brutalisk
timeout-minutes: 10
env:
CC: 'clang'
CXX: 'clang++'