Skip to content

Commit f184b99

Browse files
committed
bazel: fix python integration
integrated modules had dependecies changed to dev to avoid collisions
1 parent ffa8a26 commit f184b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ declare -A BUILD_TARGET_GROUPS=(
1919
[score_persistency]="@score_persistency//src/cpp/src/... @score_persistency//src/rust/..."
2020
[score_kyron]="@score_kyron//src/..."
2121
[score_orchestrator]="@score_orchestrator//src/..."
22-
[score_test_scenarios]="@score_test_scenarios//..."
22+
[score_test_scenarios]="@score_test_scenarios//test_scenarios_rust:test_scenarios_rust @score_test_scenarios//test_scenarios_cpp:test_scenarios_cpp"
2323
[score_feo]="-- @score_feo//... -@score_feo//:docs -@score_feo//:ide_support -@score_feo//:needs_json"
2424
)
2525

0 commit comments

Comments
 (0)