3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 08:29:30 +01:00

Add afl build

This commit is contained in:
David Tolnay 2023-03-26 17:14:26 -07:00
parent c39c939203
commit 72bae93b42
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

17
.github/workflows/afl.yml vendored Normal file
View file

@ -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