Skip to content

Commit 8c18256

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(ci): also run pydantic v1 tests (#269)
1 parent f53412a commit 8c18256

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test

Lines changed: 3 additions & 0 deletions
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)