From 43e95638d990896095e2408807c1675886a8f92d Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Tue, 20 Aug 2024 16:19:57 +0000 Subject: [PATCH] chore(ci): also run pydantic v1 tests --- scripts/test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/test b/scripts/test index b3ace901..4fa5698b 100755 --- a/scripts/test +++ b/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 -- "$@"