lots of stuff

This commit is contained in:
2023-08-29 21:34:00 +02:00
parent 0f6466d37c
commit 8f04947e9f
6 changed files with 215 additions and 3 deletions

13
rust/run-test-instance.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
sleep 100
set -o nounset
port="${1}"
db="$(mktemp)"
export SQLX_OFFLINE=true
export DATABASE_URL="sqlite://${db}"
cargo run -- --port "${port}"