Skip to content

Commit 45590da

Browse files
committed
fix: remove task dependency that breaks mise --env context
The depends directive on test:integration:without_multitenant caused issues when called via `mise --env tls run` because mise doesn't properly pass the environment context to dependency tasks. For standalone use, run test:integration:setup:tls manually first.
1 parent 9d2ed8b commit 45590da

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mise.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ mise --env tls run test:wait_for_postgres_to_quack --port 6432 --max-retries 20
207207
"""
208208

209209
[tasks."test:integration:without_multitenant"]
210-
depends = ["test:integration:setup:tls"]
211-
description = "Runs integration tests excluding multitenant"
210+
description = "Runs integration tests excluding multitenant (run test:integration:setup:tls first for standalone use)"
212211
run = """
213212
cargo nextest run --no-fail-fast --nocapture -E 'package(cipherstash-proxy-integration) and not test(multitenant)'
214213
"""

0 commit comments

Comments
 (0)