Skip to content

Commit effd422

Browse files
author
codegen-bot
committed
add pr check
1 parent 2c12cfe commit effd422

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,16 @@ jobs:
219219
- run_ats:
220220
default_tests: "tests/unit"
221221
collect_args: --timeout 50
222+
integration-tests:
223+
parallelism: 3
224+
executor: default_image
225+
resource_class: "2xlarge"
226+
steps:
227+
- setup-uv
228+
- run:
229+
command: |
230+
uv run --frozen pytest -o junit_suite_name="${CIRCLE_JOB}" -n auto tests/integration/codegen
231+
- upload-tests
222232
doctests:
223233
executor: default_image
224234
steps:

0 commit comments

Comments
 (0)