File tree Expand file tree Collapse file tree 2 files changed +29
-16
lines changed Expand file tree Collapse file tree 2 files changed +29
-16
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,14 @@ jobs:
52
52
timeout-minutes : 40
53
53
run : cargo ci-test
54
54
55
- - name : Clear the cargo caches
56
- run : |
57
- cargo install cargo-cache --version 0.6.2 --no-default-features --features ci-autoclean
58
- cargo-cache
55
+ - name : Install cargo-ci-cache-clean
56
+
57
+ with :
58
+ tool : cargo-ci-cache-clean
59
+
60
+ - name : CI cache clean
61
+ run : cargo-ci-cache-clean
62
+
59
63
60
64
build_and_test_other_nightly :
61
65
strategy :
94
98
timeout-minutes : 40
95
99
run : cargo ci-test --exclude=actix-redis --exclude=actix-session --exclude=actix-limitation -- --nocapture
96
100
97
- - name : Clear the cargo caches
98
- run : |
99
- cargo install cargo-cache --version 0.6.2 --no-default-features --features ci-autoclean
100
- cargo-cache
101
+ - name : Install cargo-ci-cache-clean
102
+
103
+ with :
104
+ tool : cargo-ci-cache-clean
105
+
106
+ - name : CI cache clean
107
+ run : cargo-ci-cache-clean
Original file line number Diff line number Diff line change @@ -71,10 +71,13 @@ jobs:
71
71
timeout-minutes : 40
72
72
run : cargo ci-test
73
73
74
- - name : Clear the cargo caches
75
- run : |
76
- cargo install cargo-cache --version 0.6.2 --no-default-features --features ci-autoclean
77
- cargo-cache
74
+ - name : Install cargo-ci-cache-clean
75
+
76
+ with :
77
+ tool : cargo-ci-cache-clean
78
+
79
+ - name : CI cache clean
80
+ run : cargo-ci-cache-clean
78
81
79
82
build_and_test_other :
80
83
strategy :
@@ -122,10 +125,13 @@ jobs:
122
125
timeout-minutes : 40
123
126
run : cargo ci-test --exclude=actix-redis --exclude=actix-session --exclude=actix-limitation
124
127
125
- - name : Clear the cargo caches
126
- run : |
127
- cargo install cargo-cache --version 0.6.2 --no-default-features --features ci-autoclean
128
- cargo-cache
128
+ - name : Install cargo-ci-cache-clean
129
+
130
+ with :
131
+ tool : cargo-ci-cache-clean
132
+
133
+ - name : CI cache clean
134
+ run : cargo-ci-cache-clean
129
135
130
136
doc_tests :
131
137
name : doc tests
You can’t perform that action at this time.
0 commit comments