File tree 2 files changed +2095
-0
lines changed
2 files changed +2095
-0
lines changed Original file line number Diff line number Diff line change 25
25
minimal : true
26
26
override : true
27
27
28
+ - name : Install Cargo.lock.msrv
29
+ run : cp Cargo.lock.msrv Cargo.lock
30
+
28
31
- name : Run cargo check
29
32
if : matrix.rust != 'nightly'
30
33
uses : actions-rs/cargo@v1
60
63
minimal : true
61
64
override : true
62
65
66
+ - name : Install Cargo.lock.msrv
67
+ run : cp Cargo.lock.msrv Cargo.lock
68
+
63
69
- name : Run cargo test
64
70
if : matrix.rust != 'nightly' && matrix.rust != '1.59.0'
65
71
uses : actions-rs/cargo@v1
@@ -125,6 +131,9 @@ jobs:
125
131
override : true
126
132
components : clippy
127
133
134
+ - name : Install Cargo.lock.msrv
135
+ run : cp Cargo.lock.msrv Cargo.lock
136
+
128
137
- name : Run cargo clippy
129
138
uses : actions-rs/cargo@v1
130
139
with :
@@ -152,6 +161,9 @@ jobs:
152
161
minimal : true
153
162
override : true
154
163
164
+ - name : Install Cargo.lock.msrv
165
+ run : cp Cargo.lock.msrv Cargo.lock
166
+
155
167
- name : Run cargo check
156
168
uses : actions-rs/cargo@v1
157
169
with :
You can’t perform that action at this time.
0 commit comments