Skip to content

Commit 5e8d10f

Browse files
authored
Move remote git tests into tests/integration (#122)
1 parent 58e03cd commit 5e8d10f

File tree

4 files changed

+10
-0
lines changed

4 files 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,15 @@ jobs:
219219
- run_ats:
220220
default_tests: "tests/unit"
221221
collect_args: --timeout 50
222+
integration-tests:
223+
executor: default_image
224+
resource_class: "large"
225+
steps:
226+
- setup-uv
227+
- run:
228+
command: |
229+
uv run --frozen pytest -o junit_suite_name="${CIRCLE_JOB}" -n auto tests/integration/codegen
230+
- upload-tests
222231
doctests:
223232
executor: default_image
224233
steps:
@@ -445,6 +454,7 @@ workflows:
445454
pr_checks:
446455
jobs:
447456
- unit-tests
457+
- integration-tests
448458
- hold-codemod-tests:
449459
type: approval
450460
filters:

0 commit comments

Comments
 (0)