Skip to content

Commit

Permalink
Make it multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Oct 9, 2023
1 parent 834f65b commit 8be2514
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo install cargo-afl honggfuzz grcov && cargo install --path . && cargo test --verbose
- run: cargo install cargo-afl honggfuzz grcov
- run: cargo install --path . --verbose
- run: cargo test --verbose

0 comments on commit 8be2514

Please sign in to comment.