From 88b2ea857235a38c737ec28380a22af3545d965f Mon Sep 17 00:00:00 2001 From: kon72 Date: Mon, 19 Feb 2024 20:49:30 +0900 Subject: [PATCH] Fix BCR presubmit test targets --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index ea9f388..b0e2926 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -12,4 +12,4 @@ tasks: platform: ${{ platform }} bazel: ${{ bazel }} test_targets: - - '//...' + - '@rules_node_binding//...'