Skip to content

Commit

Permalink
Merge branch 'main' into update/mdoc-2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maaramirezpi authored Oct 21, 2024
2 parents 7295cbd + 117ef71 commit 61a4aa7
Show file tree
Hide file tree
Showing 31 changed files with 5 additions and 1,346 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.8.1
version=3.8.2
style = defaultWithAlign
maxColumn = 100
runner {
Expand Down
13 changes: 1 addition & 12 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ addCommandAlias(

addCommandAlias(
"ci-test",
"scalafmtCheckAll; scalafmtSbtCheck; missinglinkCheck; mdoc; all-tests; haskell-integration-tests/test"
"scalafmtCheckAll; scalafmtSbtCheck; missinglinkCheck; mdoc; all-tests"
)
addCommandAlias(
"ci-docs",
Expand Down Expand Up @@ -194,17 +194,6 @@ lazy val `avro-rpc-tests` = projectMatrix
.settings(avroRPCTestSettings)
.jvmPlatform(scalaVersions = Seq(scala3, scala213))

//////////////////////////////////////
//// MU-HASKELL INTEGRATION TESTS ////
//////////////////////////////////////

lazy val `haskell-integration-tests` = projectMatrix
.in(file("modules/haskell-integration-tests"))
.dependsOn(server, `client-netty`, fs2)
.settings(publish / skip := true)
.settings(haskellIntegrationTestSettings)
.jvmPlatform(scalaVersions = Seq(scala213))

//////////////////////////
//// MODULES REGISTRY ////
//////////////////////////
Expand Down
69 changes: 0 additions & 69 deletions modules/haskell-integration-tests/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 61a4aa7

Please sign in to comment.