Swift: remove redundant test run

This commit is contained in:
Paolo Tranquilli
2022-11-02 14:44:33 +01:00
parent bc65d358f2
commit 99764450b3

View File

@@ -9,8 +9,3 @@ runs:
shell: bash
run: |
bazel run //swift:create-extractor-pack
# running all small tests here to avoid spinning another runner and redoing bazel analysis
- name: Run unit tests
shell: bash
run: |
bazel test --test_filter=small --build_tests_only //swift/...