Skip to content

Commit 2cbbf12

Browse files
committed
reduce installation time on windows by using --debug mode
This should also trigger issues if there are any, while being much faster at that. Overall, CI times should improve a little as the upper bound is now defined by how fast it can run on linux.
1 parent 63570a9 commit 2cbbf12

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 --force gitoxide cargo-smart-release
76+
run: cargo install --debug --force gitoxide cargo-smart-release
7777

7878
lint:
7979
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)