Update presubmit for test module (#54)
diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index bc149f1..720e4db 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml
@@ -8,5 +8,12 @@ build_targets: - '@buildifier_prebuilt//:buildifier' - '@buildifier_prebuilt//:buildozer' - test_targets: - - '@buildifier_prebuilt//tests/...' + +bcr_test_module: + module_path: "" + tasks: + run_test_module: + name: "Run test module" + platform: ${{ platform }} + test_targets: + - '//test/...'