ci: run localize tests on windows (#40952)

Added `//packages/localize/...` to the tests that are run in `test_win` job.

PR Close #40952
This commit is contained in:
Pete Bacon Darwin 2021-02-22 21:58:27 +00:00 committed by Zach Arend
parent 8d13f631d9
commit 5ae28a4aa4
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ jobs:
no_output_timeout: 15m
- run:
name: Test all windows CI targets
command: yarn bazel test --config=ivy --build_tag_filters=-no-windows --test_tag_filters="-no-ivy-aot,-no-windows,-fixme-ivy-aot,-browser:chromium-local" //packages/compiler-cli/... //tools/ts-api-guardian/...
command: yarn bazel test --config=ivy --build_tag_filters=-no-windows --test_tag_filters="-no-ivy-aot,-no-windows,-fixme-ivy-aot,-browser:chromium-local" //packages/compiler-cli/... //tools/ts-api-guardian/... //packages/localize/...
no_output_timeout: 15m