diff --git a/.github/workflows/afl.yml b/.github/workflows/afl.yml new file mode 100644 index 0000000..851a0dc --- /dev/null +++ b/.github/workflows/afl.yml @@ -0,0 +1,17 @@ +name: afl + +on: + push: + branches: + - afl + workflow_dispatch: + +jobs: + build: + uses: ./.github/workflows/build.yml + with: + crate: afl + bin: cargo-afl + permissions: + contents: write + secrets: inherit