refactor: migrate legacy wire namespace to wrn
Quality / quality (ubuntu-latest) (push) Failing after 9m49s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-12 18:51:15 +05:30
parent ec23dd4c93
commit 2c960fc1dc
488 changed files with 27306 additions and 19063 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ for _ in $(seq 1 60); do
sleep 2
done
export WIREFW_PG_URL="postgres://wire:wire@localhost:5433/wire_test"
export WIREFW_MYSQL_URL="mysql://wire:wire@localhost:3307/wire_test"
export WRNEXUS_PG_URL="postgres://wrn:wrn@localhost:5433/wrn_test"
export WRNEXUS_MYSQL_URL="mysql://wrn:wrn@localhost:3307/wrn_test"
echo "Running live DB tests…"
bun test packages/db/test/live-db.test.ts