Skip to content

Commit 5a0ef62

Browse files
authored
Update publish.yml
1 parent fc9fed8 commit 5a0ef62

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ jobs:
6060

6161
publish:
6262
runs-on: ubuntu-latest
63-
container:
64-
image: xd009642/tarpaulin:develop-nightly
65-
options: --security-opt seccomp=unconfined
6663
steps:
6764
- name: Checkout
6865
uses: actions/checkout@v6
@@ -116,6 +113,7 @@ jobs:
116113
echo 'merge_derives = true' >> .rustfmt.toml
117114
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
118115
cargo fmt
116+
- run: cargo install cargo-tarpaulin
119117
- run: bun run test
120118
- name: Format Rollback
121119
run: |

0 commit comments

Comments
 (0)