Skip to content

Commit bcd66a5

Browse files
authored
Replace cargo install with cargo binstall for tarpaulin
1 parent 5a0ef62 commit bcd66a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ jobs:
113113
echo 'merge_derives = true' >> .rustfmt.toml
114114
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
115115
cargo fmt
116-
- run: cargo install cargo-tarpaulin
116+
- 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
117120
- run: bun run test
118121
- name: Format Rollback
119122
run: |

0 commit comments

Comments
 (0)