Skip to content

Commit

Permalink
tests reenabled
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Oct 17, 2024
1 parent 2c5556c commit 45fb58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ val sonatypePassword: String? by project

// we don't want to risk that a flaky test will crash the release build
// and everything should be tested anyway after merging to the main branch
val skipTests = true //isReleaseBuild
val skipTests = isReleaseBuild

println("""
Project: ${project.name}
Expand Down

0 comments on commit 45fb58d

Please sign in to comment.