aboutsummaryrefslogtreecommitdiff
path: root/dev/sparktestsupport/modules.py
diff options
context:
space:
mode:
Diffstat (limited to 'dev/sparktestsupport/modules.py')
-rw-r--r--dev/sparktestsupport/modules.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index 4667b289f5..47cd600bd1 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -402,7 +402,8 @@ build = Module(
source_file_regexes=[
".*pom.xml",
"dev/test-dependencies.sh",
- ]
+ ],
+ should_run_build_tests=True
)
ec2 = Module(