Skip to content

Commit

Permalink
ci: Remove redundant build step
Browse files Browse the repository at this point in the history
Running `cargo llvm-cov nextest --profile ci` builds the project anyway.
  • Loading branch information
cmackenzie1 committed Jan 26, 2025
1 parent 7df5268 commit 2a821c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- name: Lint (clippy)
run: cargo clippy --all-features --all-targets

- name: Build
run: cargo build --verbose

- name: Run tests (with coverage)
run: cargo llvm-cov nextest --profile ci

Expand Down

0 comments on commit 2a821c7

Please sign in to comment.