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 a3684c5 commit b5bb4d0Copy full SHA for b5bb4d0
.github/workflows/publish.yml
@@ -15,13 +15,13 @@ jobs:
15
concurrency:
16
group: ${{ github.workflow }}-${{ github.ref }}
17
cancel-in-progress: false
18
- container:
19
- image: xd009642/tarpaulin:develop-nightly
20
- options: --security-opt seccomp=unconfined
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v4
24
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
+ - name: Cargo tarpaulin
+ run: cargo install cargo-tarpaulin
25
- uses: pnpm/action-setup@v4
26
name: Install pnpm
27
with:
0 commit comments