diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 54020bb9..f2a9bf37 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -38,8 +38,12 @@ 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: "[Pending]Test" +# run: cargo test --all-features + run: echo "Pending other crates" - name: Make coverage directory run: mkdir coverage - name: Run grcov