File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments