Skip to content

Commit

Permalink
build: enable testNative
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Mar 28, 2023
1 parent da77dd7 commit fe68adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tasks.named("check") { task ->
System.getProperty(it)?.toLowerCase(Locale.ENGLISH)?.contains("graal")
}
if (graal) {
//task.dependsOn("nativeTest")
task.dependsOn("nativeTest")
}
}

Expand Down

0 comments on commit fe68adc

Please sign in to comment.