Skip to content

Commit 5d22e29

Browse files
committed
Assure most build aritifacts are reused between cargo-smart-release and gitoxide
This should cut the installation time in half, helping to assure that the slowest pipeline is linux tests so optimizations can focus on that one. Previously and sometimes there were hickups causing windows to delay everything as installation would be extra-slow.
1 parent 39d585d commit 5d22e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: startsWith(matrix.os, 'windows')
7474
- name: "Installation from crates.io"
7575
if: startsWith(matrix.os, 'windows')
76-
run: cargo install --debug --force gitoxide cargo-smart-release
76+
run: cargo install --target-dir install-artifacts --debug --force gitoxide cargo-smart-release
7777

7878
lint:
7979
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)