Skip to content

Commit 1dccf3a

Browse files
committed
Add test-compile to targets in filter creation
1 parent b443f79 commit 1dccf3a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build/run_unit_group.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ function mvn_test() {
9999
create_filter_targets+=("$target" "-DskipTests")
100100
# no need to run install for test run
101101
target="verify"
102+
else
103+
create_filter_targets+("test-compile")
102104
fi
103105
create_filter_targets+=("exec:exec")
104106
$MVN_TEST_OPTIONS -PtestFilterCreate "${pl_modules_args[@]}" "${create_filter_targets[@]}" "${groups_arg}"

0 commit comments

Comments
 (0)