Sebastián Ramírez
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
.github/workflows/test.yml
|
|
|
@ -262,7 +262,8 @@ jobs: |
|
|
|
git apply "$RUNNER_TEMP/tests.patch" |
|
|
|
uv sync --locked --no-dev --group tests --extra all |
|
|
|
set +e |
|
|
|
xargs -0 uv run --no-sync pytest -- < "$RUNNER_TEMP/changed-tests" |
|
|
|
mapfile -d '' -t changed_tests < "$RUNNER_TEMP/changed-tests" |
|
|
|
uv run --no-sync pytest -- "${changed_tests[@]}" |
|
|
|
status=$? |
|
|
|
set -e |
|
|
|
if [ "$status" -eq 0 ]; then |
|
|
|
|