fix tests

This commit is contained in:
2023-08-29 21:34:00 +02:00
parent bd364252da
commit 9cd231e5fa
2 changed files with 73 additions and 34 deletions

View File

@@ -8,6 +8,4 @@ port="${1}"
db="$(mktemp)"
export DATABASE_URL="sqlite://${db}"
exec ./target/debug/packager --port "${port}"
exec ./target/debug/packager --port "${port}" --database-url "sqlite://${db}"