We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1e788 commit 9e2d81fCopy full SHA for 9e2d81f
.github/workflows/check-pr.yml
@@ -13,6 +13,8 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
- uses: actions-rust-lang/setup-rust-toolchain@v1
16
+ - name: Cargo tarpaulin
17
+ run: cargo install cargo-tarpaulin
18
- uses: jetli/[email protected]
19
with:
20
version: 'latest'
.github/workflows/publish.yml
@@ -16,6 +16,8 @@ jobs:
21
- uses: pnpm/action-setup@v4
22
name: Install pnpm
23
0 commit comments