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 5a0ef62 commit bcd66a5Copy full SHA for bcd66a5
.github/workflows/publish.yml
@@ -113,7 +113,10 @@ jobs:
113
echo 'merge_derives = true' >> .rustfmt.toml
114
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
115
cargo fmt
116
- - run: cargo install cargo-tarpaulin
+ - name: Install cargo-binstall
117
+ run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
118
+ - name: Install cargo-tarpaulin
119
+ run: cargo binstall cargo-tarpaulin --no-confirm
120
- run: bun run test
121
- name: Format Rollback
122
run: |
0 commit comments