diff --git a/rings.scaladsl/build.sbt b/rings.scaladsl/build.sbt index 60ff2b6..746f71e 100644 --- a/rings.scaladsl/build.sbt +++ b/rings.scaladsl/build.sbt @@ -33,6 +33,6 @@ releaseCrossBuild := true // true if you cross-build the project for multiple Sc releaseProcess := Seq[ReleaseStep]( checkSnapshotDependencies, runClean, - runTest, + //runTest, releaseStepCommand("publishSigned") )