Skip to content

Commit

Permalink
test(pollox): make munit tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Losoponkul committed Feb 15, 2023
1 parent 174b4aa commit b9d2706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pollux/lib/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inThisBuild(
)

val commonSettings = Seq(
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework")),
testFrameworks ++= Seq(new TestFramework("zio.test.sbt.ZTestFramework")),
githubTokenSource := TokenSource.Environment("ATALA_GITHUB_TOKEN"),
resolvers += Resolver.githubPackages("input-output-hk"),
// Needed for Kotlin coroutines that support new memory management mode
Expand Down

0 comments on commit b9d2706

Please sign in to comment.