Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ lazy val doobiemssql = project
name := "grackle-doobie-mssql",
Test / fork := true,
Test / parallelExecution := false,
// mssql-jdbc binds a zone-naive java.sql.Timestamp using the ambient JVM zone, so MSSQL
// datetime tests fail off-UTC unless pinned.
Test / javaOptions += "-Duser.timezone=UTC",
Test / testOptions += Tests
.Setup(_ => runDocker("docker compose up -d --wait --quiet-pull mssql")),
libraryDependencies ++= Seq(
Expand Down
Loading