Skip to content

Commit

Permalink
chore(ci): also run pydantic v1 tests (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Sep 4, 2024
1 parent 9255609 commit 89e9c1a
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 89e9c1a

Please sign in to comment.