* chore: golangci: add linter rule to report usage of t.FailNow inside goroutines * chore: avoid t.FailNow in goroutines to appease the race detector
* chore: Force codersdk to not import anything from database (linter rule) * chore: Move all database types in codersdk out