File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ jobs:
11
11
default : " 1.69.0"
12
12
debian-version :
13
13
type : string
14
- default : " bullseye "
14
+ default : " buster "
15
15
rust-features :
16
16
type : string
17
17
default : " "
18
18
docker :
19
19
- image : rust:<< parameters.rust-version >>-<< parameters.debian-version >>
20
20
environment :
21
21
RUSTFLAGS : ' -D warnings'
22
+ CARGO_NET_GIT_FETCH_WITH_CLI : " true"
22
23
steps :
23
24
- checkout
24
25
- run :
@@ -92,15 +93,17 @@ workflows:
92
93
rust-version :
93
94
- " 1.43.1"
94
95
- " 1.54.0"
95
- debian-version :
96
- - " buster"
97
96
98
97
- build-and-test :
99
98
name : build-and-test:latest
99
+ debian-version : " bullseye"
100
100
101
101
- build-and-test :
102
102
matrix :
103
103
parameters :
104
+ rust-version :
105
+ - " 1.43.1"
106
+ - " 1.69.0"
104
107
rust-features :
105
108
- " --features='serde'"
106
109
- " --features='serde,string-only'"
@@ -109,6 +112,7 @@ workflows:
109
112
name : build-and-test:no-default-features
110
113
rust-features : " --no-default-features"
111
114
112
- # - upload-coverage:
113
- # requires:
114
- # - build-and-test:latest
115
+ - upload-coverage :
116
+ rust-version : " 1.69.0"
117
+ requires :
118
+ - build-and-test:latest
You can’t perform that action at this time.
0 commit comments