Skip to content

Commit 4651c4e

Browse files
committedMar 12, 2025
remove cargo test from engage as crane does that already
Signed-off-by: June Clementine Strawberry <june@3.dog>
1 parent f872909 commit 4651c4e

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed
 

‎engage.toml

-53
Original file line numberDiff line numberDiff line change
@@ -161,59 +161,6 @@ name = "markdownlint"
161161
group = "lints"
162162
script = "markdownlint docs *.md || true" # TODO: fix the ton of markdown lints so we can drop `|| true`
163163

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-
217164
# Checks if the generated example config differs from the checked in repo's
218165
# example config.
219166
[[task]]

0 commit comments

Comments
 (0)