Add fuzzer to the pipeline #11

Merged
jturnerusa merged 6 commits from feature/add-fuzzer-to-ci into master 2025-12-15 18:43:31 -06:00
Showing only changes of commit f7f17514a6 - Show all commits

View File

@@ -4,7 +4,11 @@ on: [push]
defaults:
run:
shell: bash -l {0}
shell: bash -el -o pipefail {0}
# fixes rare instances of git commands failing because TERM isnt set
env:
TERM: xterm
jobs:
build-oci-image: