Skip to content

Commit

Permalink
chore(ci): also run pydantic v1 tests (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Aug 20, 2024
1 parent 3d780f2 commit e8c28f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ fi

echo "==> Running tests"
rye run pytest "$@"

echo "==> Running Pydantic v1 tests"
rye run nox -s test-pydantic-v1 -- "$@"

0 comments on commit e8c28f2

Please sign in to comment.