Skip to content

Commit 2fa8701

Browse files
authored
Merge pull request #260 from cipherstash/chore/enable-language-integration-tests
chore: enable language-specific tests in test:integration
2 parents 32199aa + 13f82b4 commit 2fa8701

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mise.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,15 @@ mise --env tls run proxy:up proxy-tls --extra-args "--detach --wait"
337337
mise --env tls run test:wait_for_postgres_to_quack --port 6432 --max-retries 20 --tls
338338
cargo nextest run --no-fail-fast --nocapture -E 'package(cipherstash-proxy-integration)'
339339
mise --env tls run proxy:down
340+
341+
echo
342+
echo '###############################################'
343+
echo '# Test: Language-specific integration'
344+
echo '###############################################'
345+
echo
346+
mise run test:integration:lang:golang
347+
mise run test:integration:lang:python
348+
mise run test:integration:lang:elixir
340349
"""
341350

342351
[tasks."test:nextest"]

0 commit comments

Comments
 (0)