Skip to content

Commit

Permalink
ci: use only cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Oct 23, 2024
1 parent 18e0513 commit 6ff6fc4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/fuzz_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,4 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Install cargo-fuzz
run: |
cargo install cargo-fuzz
- name: Build with cargo-fuzz
run: |
cargo fuzz build -s none
- run: cargo build

0 comments on commit 6ff6fc4

Please sign in to comment.