Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jan 22, 2025
1 parent e0ae6e3 commit 538f9e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,13 @@ jobs:
uses: actions-rs/[email protected]
with:
crate: cargo-tarpaulin
version: 0.14.2
version: 0.31.5
use-tool-cache: true
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: |
cargo install --features vendored-openssl cargo-tarpaulin
cargo test --all-features
cargo test --examples
- name: Coverage
Expand Down

0 comments on commit 538f9e9

Please sign in to comment.