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 fc9fed8 commit 5a0ef62Copy full SHA for 5a0ef62
1 file changed
.github/workflows/publish.yml
@@ -60,9 +60,6 @@ jobs:
60
61
publish:
62
runs-on: ubuntu-latest
63
- container:
64
- image: xd009642/tarpaulin:develop-nightly
65
- options: --security-opt seccomp=unconfined
66
steps:
67
- name: Checkout
68
uses: actions/checkout@v6
@@ -116,6 +113,7 @@ jobs:
116
113
echo 'merge_derives = true' >> .rustfmt.toml
117
114
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
118
115
cargo fmt
+ - run: cargo install cargo-tarpaulin
119
- run: bun run test
120
- name: Format Rollback
121
run: |
0 commit comments