Skip to content

Commit d2fa8ac

Browse files
committed
build: simplify unit test target names
Renamed unit test targets for easier execution without needing to inspect build files.
1 parent 610a367 commit d2fa8ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ng-dev/dx-perf-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ workflows:
4646
prepare:
4747
- bazel clean
4848
workflow:
49-
- bazel test //packages/angular/build:unit_tests
49+
- bazel test //packages/angular/build:test

packages/angular/build/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ts_project(
162162
)
163163

164164
jasmine_test(
165-
name = "unit_tests",
165+
name = "test",
166166
data = [":unit_test_lib"],
167167
)
168168

0 commit comments

Comments
 (0)