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

Add honggfuzz build

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

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

@ -0,0 +1,17 @@
name: honggfuzz
on:
push:
branches:
- honggfuzz
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: honggfuzz
bin: cargo-hfuzz
permissions:
contents: write
secrets: inherit