Skip to content

Commit

Permalink
change target
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurk committed Dec 24, 2024
1 parent 19c7e7d commit 2f1e1fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
targets: x86_64-unknown-linux-musl
targets: x86_64-unknown-linux-gnu
- name: cargo install cargo-fuzz
uses: taiki-e/install-action@v2
with:
tool: cargo-fuzz
- name: cargo fuzz run deserialize -- -max_total_time=5
run: cargo fuzz run deserialize -- -max_total_time=5

0 comments on commit 2f1e1fd

Please sign in to comment.