Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored May 26, 2024
1 parent b8df934 commit 4fbf89f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ jobs:
run: cargo test --tests --lib --verbose -- --show-output --nocapture
- name: Run doctests
run: cargo test --package rencfs --doc --verbose -- --show-output --nocapture
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4fbf89f

Please sign in to comment.