mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
5d5b5aa074
Refactors SSH tests to skip provisionerd and instead use dbfake to insert workspaces and builds. This should make tests faster and more reliable. dbfake.WorkspaceBuild is refactored to use a "builder" pattern with "fluent" options, as the number of options and variants was starting to get out of hand.