test: add missing implementation-plan test targets

This commit is contained in:
Eric
2026-03-04 08:15:30 +00:00
parent c3a8c18bb8
commit d0e6e39380
18 changed files with 205 additions and 1 deletions

View 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}"