[skip ci] Move fuzz to .github, update fuzz.yml

This commit is contained in:
ado
2024-03-03 16:22:52 +01:00
parent 1b6277f6d5
commit 813f6cd616
5 changed files with 13 additions and 11 deletions

View File

@@ -31,6 +31,9 @@ jobs:
image: silkeh/clang:15
options: -v /usr/local:/host_usr_local
env:
CXXFLAGS: -I ${{ github.workspace }}
steps:
- uses: actions/checkout@v1
@@ -41,9 +44,9 @@ jobs:
script/ci_install_deps.sh
- name: Build
working-directory: fuzz
working-directory: .github/fuzz
run: make
- name: Run
working-directory: fuzz
working-directory: .github/fuzz
run: make run