mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Add honggfuzz build
This commit is contained in:
parent
72bae93b42
commit
15e95cc732
1 changed files with 17 additions and 0 deletions
17
.github/workflows/honggfuzz.yml
vendored
Normal file
17
.github/workflows/honggfuzz.yml
vendored
Normal 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
|
Loading…
Reference in a new issue