Skip to content

Commit 4011143

Browse files
committed
Run the regression tests
1 parent 9c70df2 commit 4011143

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,10 @@ tasks.withType(Test).configureEach {
138138

139139
test {
140140
include '**/NullSpecTest$Minimal.class'
141-
142141
inputs.files("${rootDir}/tests/minimal")
142+
143+
include '**/NullSpecTest$Regression.class'
144+
inputs.files("${rootDir}/tests/regression")
143145
}
144146

145147
tasks.register('jspecifySamplesTest', Test) {

0 commit comments

Comments
 (0)