name: Run the indexing fuzzer env: ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true on: push: branches: - main jobs: fuzz: name: Setup the action runs-on: ubuntu-latest timeout-minutes: 4320 # 72h steps: - uses: actions/checkout@v3 - uses: helix-editor/rust-toolchain@v1 with: profile: minimal # Run benchmarks - name: Run the fuzzer run: | cargo run --release --bin fuzz-indexing