Skip to content

Commit

Permalink
Check code coverage only chain crate
Browse files Browse the repository at this point in the history
  • Loading branch information
rantan committed Jun 19, 2024
1 parent 6aeb8b5 commit 3f0f72e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
python-version: '3.9'
- name: Install python dependencies
run: pip install hwi==2.1.1 protobuf==3.20.1
- name: Test
- name: Test Chain
working-directory: ./crates/chain
run: cargo test --all-features
- name: Make coverage directory
run: mkdir coverage
Expand Down

0 comments on commit 3f0f72e

Please sign in to comment.