Skip to content

Commit

Permalink
build(ci): collect coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
caelansar committed Dec 11, 2023
1 parent 40decff commit da90124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
run: cargo check --all --all-features
- name: Lint rust sources
run: cargo clippy --all-features -- -D warnings
- name: Execute rust tests
run: cargo nextest run --features vm
- name: Collect coverage data
run: cargo llvm-cov nextest --features vm

0 comments on commit da90124

Please sign in to comment.