@@ -97,19 +97,19 @@ jobs:
97
97
if : matrix.features == 'all'
98
98
with :
99
99
command : test
100
- args : --target ${{ matrix.target }} --features "wrap_help yaml regex unstable-replace unstable-multicall"
100
+ args : --target ${{ matrix.target }} --features "wrap_help yaml regex unstable-replace unstable-multicall unstable-grouped "
101
101
- name : Check debug
102
102
uses : actions-rs/cargo@v1
103
103
if : matrix.features == 'all'
104
104
with :
105
105
command : check
106
- args : --target ${{ matrix.target }} --features "wrap_help yaml regex unstable-replace unstable-multicall debug"
106
+ args : --target ${{ matrix.target }} --features "wrap_help yaml regex unstable-replace unstable-multicall unstable-grouped debug"
107
107
- name : Test release
108
108
uses : actions-rs/cargo@v1
109
109
if : matrix.features == 'release'
110
110
with :
111
111
command : test
112
- args : --target ${{ matrix.target }} --features "wrap_help yaml regex unstable-replace unstable-multicall" --release
112
+ args : --target ${{ matrix.target }} --features "wrap_help yaml regex unstable-replace unstable-multicall unstable-grouped " --release
113
113
nightly :
114
114
name : Nightly Tests
115
115
strategy :
@@ -139,19 +139,19 @@ jobs:
139
139
if : matrix.features == 'all'
140
140
with :
141
141
command : test
142
- args : --features "wrap_help yaml regex unstable-replace unstable-multicall"
142
+ args : --features "wrap_help yaml regex unstable-replace unstable-multicall unstable-grouped "
143
143
- name : Check debug
144
144
uses : actions-rs/cargo@v1
145
145
if : matrix.features == 'all'
146
146
with :
147
147
command : check
148
- args : --features "wrap_help yaml regex unstable-replace unstable-multicall debug"
148
+ args : --features "wrap_help yaml regex unstable-replace unstable-multicall unstable-grouped debug"
149
149
- name : Test release
150
150
uses : actions-rs/cargo@v1
151
151
if : matrix.features == 'release'
152
152
with :
153
153
command : test
154
- args : --features "wrap_help yaml regex unstable-replace unstable-multicall" --release
154
+ args : --features "wrap_help yaml regex unstable-replace unstable-multicall unstable-grouped " --release
155
155
wasm :
156
156
name : Wasm Check
157
157
runs-on : ubuntu-latest
@@ -172,4 +172,4 @@ jobs:
172
172
uses : actions-rs/cargo@v1
173
173
with :
174
174
command : check
175
- args : --target ${{ matrix.target }} --features "yaml regex unstable-replace unstable-multicall"
175
+ args : --target ${{ matrix.target }} --features "yaml regex unstable-replace unstable-multicall unstable-grouped "
0 commit comments