Skip to content

Commit 9976445

Browse files
committed
Swift: remove redundant test run
1 parent bc65d35 commit 9976445

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

swift/actions/create-extractor-pack/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,3 @@ runs:
99
shell: bash
1010
run: |
1111
bazel run //swift:create-extractor-pack
12-
# running all small tests here to avoid spinning another runner and redoing bazel analysis
13-
- name: Run unit tests
14-
shell: bash
15-
run: |
16-
bazel test --test_filter=small --build_tests_only //swift/...

0 commit comments

Comments
 (0)