Skip to content

Commit 119f7e0

Browse files
committed
ci(showcase): Runs the showcase with the rest of the integration tests.
1 parent b10ed89 commit 119f7e0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

mise.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,16 @@ mise --env tls run test:wait_for_postgres_to_quack --port 6432 --max-retries 20
344344
cargo nextest run --no-fail-fast --nocapture -E 'package(cipherstash-proxy-integration)'
345345
mise --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+
347357
echo
348358
echo '###############################################'
349359
echo '# Test: Language-specific integration'

0 commit comments

Comments
 (0)