We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--build_tests_only
1 parent 07f4288 commit b3e29bdCopy full SHA for b3e29bd
swift/actions/build-and-test/action.yml
@@ -44,10 +44,6 @@ runs:
44
mkdir -p bazel-cache/{repository,disk}
45
echo build --repository_cache=bazel-cache/repository --disk_cache=bazel-cache/disk > local.bazelrc
46
echo test --test_output=errors >> local.bazelrc
47
- # - name: Print unextracted entities
48
- # shell: bash
49
- # run: |
50
- # bazel run //swift/extractor/print_unextracted
51
- uses: ./swift/actions/share-extractor-pack
52
- name: Build Swift extractor
53
shell: bash
@@ -62,7 +58,7 @@ runs:
62
58
if: ${{ github.event_name == 'pull_request' }}
63
59
64
60
run: |
65
- bazel test //swift/...
61
+ bazel test --build_tests_only //swift/...
66
- name: Evict bazel cache
67
if: ${{ github.event_name != 'pull_request' }}
68
0 commit comments