run the indexing fuzzer on every merge for as long as possible

This commit is contained in:
Tamo 2023-05-29 14:56:15 +02:00
parent 23a5b45ebf
commit f03d99690d
No known key found for this signature in database
GPG Key ID: 20CD8020AFA88D69

24
.github/workflows/fuzzer-indexing.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Run the indexing fuzzer
on:
push:
branches:
- main
jobs:
fuzz:
name: Setup the action
runs-on: ubuntu-latest
timeout-minutes: 4320 # 72h
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
# Run benchmarks
- name: Run the fuzzer
run: |
cargo run --release --bin fuzz-indexing