File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -344,6 +344,16 @@ mise --env tls run test:wait_for_postgres_to_quack --port 6432 --max-retries 20
344344cargo nextest run --no-fail-fast --nocapture -E 'package(cipherstash-proxy-integration)'
345345mise --env tls run proxy:down
346346
347+ echo
348+ echo '###############################################'
349+ echo '# Test: Showcase'
350+ echo '###############################################'
351+ echo
352+ mise --env tls run proxy:up proxy-tls --extra-args "--detach --wait"
353+ mise --env tls run test:wait_for_postgres_to_quack --port 6432 --max-retries 20 --tls
354+ RUST_BACKTRACE=full cargo run -p showcase
355+ mise --env tls run proxy:down
356+
347357echo
348358echo '###############################################'
349359echo '# Test: Language-specific integration'
You can’t perform that action at this time.
0 commit comments