Skip to content

Commit

Permalink
add unit test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed May 11, 2024
1 parent 150ebbd commit 84573ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
publish-crate:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
needs: [ build ]
needs: [ test ]
steps:
- name: Set up Rust
uses: hecrj/setup-rust-action@v1
Expand Down

0 comments on commit 84573ef

Please sign in to comment.