Commit e8c28f2e

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2024-08-20 09:49:10
chore(ci): also run pydantic v1 tests (#1666)
1 parent 3d780f2
Changed files (1)
scripts
scripts/test
@@ -54,3 +54,6 @@ fi
 
 echo "==> Running tests"
 rye run pytest "$@"
+
+echo "==> Running Pydantic v1 tests"
+rye run nox -s test-pydantic-v1 -- "$@"