Skip to content

Commit

Permalink
fix: tarpaulin requires features
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed May 25, 2020
1 parent daee113 commit f12bddd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ jobs:

- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
args: "--verbose --all-features --workspace"

- uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit f12bddd

Please sign in to comment.