File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions-rs/cargo@v1
17
17
with :
18
18
command : check
19
- args : --all --all- features
19
+ args : --all --features "full"
20
20
cover :
21
21
runs-on : ubuntu-latest
22
22
services :
50
50
uses :
actions-rs/[email protected]
51
51
with :
52
52
version : ' 0.11.0'
53
- args : --out Xml --all --all- features
53
+ args : --out Xml --all --features "full"
54
54
env :
55
55
TCP_URL : " postgresql:///postgres?host=localhost&user=postgres&password=postgres"
56
56
UDS_URL : " postgresql:///postgres?host=/var/run&user=postgres&password=postgres"
Original file line number Diff line number Diff line change 19
19
uses : actions-rs/cargo@v1
20
20
with :
21
21
command : check
22
- args : --all --all- features
22
+ args : --all --features "full"
23
23
test :
24
24
runs-on : ubuntu-latest
25
25
strategy :
59
59
uses : actions-rs/cargo@v1
60
60
with :
61
61
command : test
62
- args : --all --all- features --no-fail-fast -- --nocapture
62
+ args : --all --features "full" --no-fail-fast -- --nocapture
63
63
env :
64
64
TCP_URL : " postgresql:///postgres?host=localhost&user=postgres&password=postgres"
65
65
UDS_URL : " postgresql:///postgres?host=/var/run&user=postgres&password=postgres"
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ postgres-native-tls = "0.3.0"
36
36
native-tls = " 0.2.4"
37
37
38
38
[features ]
39
- docs = [" all-types" ]
39
+ docs = [" full" ]
40
+ full = [" all-types" ]
40
41
all-types = [
41
42
" with-bit-vec-0_6" ,
42
43
" with-chrono-0_4" ,
You can’t perform that action at this time.
0 commit comments