Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurk committed Dec 24, 2024
1 parent e385792 commit d069568
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [main]
pull_request:
# Spend CI time only on latest ref: https://github.com/jonhoo/rust-ci-conf/pull/5
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand All @@ -25,6 +24,6 @@ jobs:
uses: taiki-e/install-action@v2
with:
tool: cargo-fuzz
- name: cargo fuzz run --target x86_64-unknown-linux-gnu deserialize -- -max_total_time=5
run: cargo fuzz run --target x86_64-unknown-linux-gnu deserialize -- -max_total_time=5
- name: cargo fuzz run --target x86_64-unknown-linux-gnu deserialize -- -max_total_time=10
run: cargo fuzz run --target x86_64-unknown-linux-gnu deserialize -- -max_total_time=10

0 comments on commit d069568

Please sign in to comment.