mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
8ca5519f57
Related to https://github.com/coder/coder/issues/15109. Running postgres tests used to create a new postgres docker container every time. I believe the slow down might've been caused by that and was misattributed to postgres performance. ``` coder@main ~/coder ((0e90ac29))> DB=ci gotestsum --packages="./coderd/idpsync" -- -count=1 ✓ coderd/idpsync (1.471s) DONE 91 tests in 4.766s ```