fix(coderd/database): remove linux build tags from db package (#16633)

Remove linux build tags from database package to make sure we can run
tests on Mac OS.
This commit is contained in:
Yevhenii Shcherbina
2025-02-25 11:39:37 -05:00
committed by GitHub
parent 763921bc61
commit 98dfc70f31
5 changed files with 9 additions and 10 deletions

View File

@ -1,5 +1,3 @@
//go:build linux
package migrations_test
import (