We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32199aa + 13f82b4 commit 2fa8701Copy full SHA for 2fa8701
mise.toml
@@ -337,6 +337,15 @@ mise --env tls run proxy:up proxy-tls --extra-args "--detach --wait"
337
mise --env tls run test:wait_for_postgres_to_quack --port 6432 --max-retries 20 --tls
338
cargo nextest run --no-fail-fast --nocapture -E 'package(cipherstash-proxy-integration)'
339
mise --env tls run proxy:down
340
+
341
+echo
342
+echo '###############################################'
343
+echo '# Test: Language-specific integration'
344
345
346
+mise run test:integration:lang:golang
347
+mise run test:integration:lang:python
348
+mise run test:integration:lang:elixir
349
"""
350
351
[tasks."test:nextest"]
0 commit comments