Skip to content

Commit

Permalink
fix(ci): only run library unit tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 13, 2024
1 parent efb73b1 commit 236d19e
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 @@ -78,7 +78,7 @@ jobs:
- name: Generate code coverage
run: |
cargo build
cargo llvm-cov --lcov --output-path lcov.info -- --skip "app::tests"
cargo llvm-cov --lcov --output-path lcov.info --lib
env:
OUT_DIR: target

Expand Down

0 comments on commit 236d19e

Please sign in to comment.