Skip to content

Commit 5c0348a

Browse files
committed
Remove //src/workerd/io:actor from “Parse headers” test
When I add tracing to `//src/workerd/io:actor` in the next commit, the “Parse headers” test blows up because it tries to parse all of v8.
1 parent 31ac4f9 commit 5c0348a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
# dependencies of header targets properly).
130130
if: inputs.parse_headers
131131
run: |
132-
bazel build --config=parse_headers --remote_cache=https://bazel:${{ secrets.BAZEL_CACHE_KEY }}@bazel-remote-cache.devprod.cloudflare.dev --config=ci ${{ inputs.extra_bazel_args }} //src/workerd/util //src/workerd/io:actor
132+
bazel build --config=parse_headers --remote_cache=https://bazel:${{ secrets.BAZEL_CACHE_KEY }}@bazel-remote-cache.devprod.cloudflare.dev --config=ci ${{ inputs.extra_bazel_args }} //src/workerd/util
133133
- name: Upload test logs
134134
if: inputs.upload_test_logs
135135
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)