test: add missing implementation-plan test targets
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
5684b840d3
commit
200cb65297
6
tests/integration_test/repo_all_targets_test.sh
Executable file
6
tests/integration_test/repo_all_targets_test.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
workflow_file="$1"
|
||||
|
||||
grep -Eq 'bazel test //tests/\.\.\.' "${workflow_file}" || grep -Eq 'bazel test //\.\.\.' "${workflow_file}"
|
||||
Reference in New Issue
Block a user