Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c61fe89

Browse files
stainless-app[bot]stainless-bot
authored andcommittedAug 20, 2024·
chore(ci): also run pydantic v1 tests (#644)
1 parent 9255609 commit c61fe89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎scripts/test

+3
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ fi
5454

5555
echo "==> Running tests"
5656
rye run pytest "$@"
57+
58+
echo "==> Running Pydantic v1 tests"
59+
rye run nox -s test-pydantic-v1 -- "$@"

0 commit comments

Comments
 (0)
Please sign in to comment.