Skip to content

Commit 70797c4

Browse files
authored
fix: BCR presubmit should test the release path (#333)
Because bzlmod users get a module that doesn't have a rules_rust dep --- ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases
1 parent d45e542 commit 70797c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bcr_test_module:
2-
module_path: "e2e/smoke"
2+
module_path: "e2e/use_release"
33
matrix:
44
bazel: ["7.x", "6.x"]
55
# TODO(#9): add windows to this list

e2e/use_release/minimal_download_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
# This test references pre-built artifacts from a prior release.
1313
# Will need to bump this version in the future when there are breaking changes.
14-
export RULES_PY_RELEASE_VERSION=0.7.0
14+
export RULES_PY_RELEASE_VERSION=0.7.3
1515

1616
#############
1717
# Test bzlmod

0 commit comments

Comments
 (0)