Commit 4651c4e 1 parent f872909 commit 4651c4e Copy full SHA for 4651c4e
File tree 1 file changed +0
-53
lines changed
1 file changed +0
-53
lines changed Original file line number Diff line number Diff line change @@ -161,59 +161,6 @@ name = "markdownlint"
161
161
group = " lints"
162
162
script = " markdownlint docs *.md || true" # TODO: fix the ton of markdown lints so we can drop `|| true`
163
163
164
- [[task ]]
165
- name = " cargo/all"
166
- group = " tests"
167
- script = """
168
- env DIRENV_DEVSHELL=all-features \
169
- direnv exec . \
170
- cargo test \
171
- --workspace \
172
- --locked \
173
- --profile test \
174
- --all-targets \
175
- --no-fail-fast \
176
- --all-features \
177
- --color=always \
178
- -- \
179
- --color=always
180
- """
181
-
182
- [[task ]]
183
- name = " cargo/default"
184
- group = " tests"
185
- script = """
186
- env DIRENV_DEVSHELL=default \
187
- direnv exec . \
188
- cargo test \
189
- --workspace \
190
- --locked \
191
- --profile test \
192
- --all-targets \
193
- --no-fail-fast \
194
- --color=always \
195
- -- \
196
- --color=always
197
- """
198
-
199
- [[task ]]
200
- name = " cargo/no-features"
201
- group = " tests"
202
- script = """
203
- env DIRENV_DEVSHELL=no-features \
204
- direnv exec . \
205
- cargo test \
206
- --workspace \
207
- --locked \
208
- --profile test \
209
- --all-targets \
210
- --no-fail-fast \
211
- --no-default-features \
212
- --color=always \
213
- -- \
214
- --color=always
215
- """
216
-
217
164
# Checks if the generated example config differs from the checked in repo's
218
165
# example config.
219
166
[[task ]]
You can’t perform that action at this time.
0 commit comments