Skip to content

Commit af2a1ca

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(ci): also run pydantic v1 tests (#1666)
1 parent 3d780f2 commit af2a1ca

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)