Skip to content

Commit 1b1cc3f

Browse files
authored
Update publish.yml
1 parent 3b87aa9 commit 1b1cc3f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,12 @@ jobs:
5959
uses: actions/checkout@v6
6060

6161
- uses: actions-rust-lang/setup-rust-toolchain@v1
62-
62+
63+
- name: Install cargo-binstall
64+
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
65+
- name: Install cargo-tarpaulin
66+
run: cargo binstall cargo-tarpaulin --no-confirm
67+
6368
- name: Cache cargo registry + target
6469
uses: actions/cache@v5
6570
with:
@@ -103,10 +108,6 @@ jobs:
103108
echo 'merge_derives = true' >> .rustfmt.toml
104109
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
105110
cargo fmt
106-
- name: Install cargo-binstall
107-
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
108-
- name: Install cargo-tarpaulin
109-
run: cargo binstall cargo-tarpaulin --no-confirm
110111
- run: bun run test
111112
- name: Format Rollback
112113
run: |

0 commit comments

Comments
 (0)