mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
5f4ff58f84
Using `go run` inside of a test is fragile, because it means we have to wait for `go` to compile the binary while also constrained on resources by the fact that Playwright and coderd are already running. We should instead compile a coder binary for the current platform before the tests and use it directly.