Skip to content

Commit 185cbbc

Browse files
committed
DO NOT COMMIT: restrict test invocation to abort_source
Temporary throttle so CI iteration on this branch finishes in a few minutes rather than the full ~30. The Test step now passes only '--name abort_source' to test.py, skipping inputs.test-args. Drop this commit before merging.
1 parent b920801 commit 185cbbc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ jobs:
9595

9696
- name: Test
9797
if: ${{ ! contains(inputs.enables, 'cxx-modules') }}
98-
run: ./test.py --mode=${{ inputs.mode }} ${{ inputs.test-args }}
98+
# DO NOT COMMIT: temporarily restricted to abort_source for fast CI iteration
99+
run: ./test.py --mode=${{ inputs.mode }} --name abort_source

0 commit comments

Comments
 (0)