Skip to content

Commit

Permalink
Add utils installation to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Oct 9, 2023
1 parent eaecc46 commit 1d4c256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo install --path . && cargo test --verbose
- run: cargo install afl honggfuzz grcov && cargo install --path . && cargo test --verbose

0 comments on commit 1d4c256

Please sign in to comment.