From 4d8f1b9ca4f7566bd46c6ffcbc5aeb9bb7a3f548 Mon Sep 17 00:00:00 2001 From: takatost Date: Wed, 24 Apr 2024 17:33:01 +0800 Subject: [PATCH] feat: test all unit tests (#3787) Co-authored-by: Joel --- dev/pytest/pytest_unit_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/pytest/pytest_unit_tests.sh b/dev/pytest/pytest_unit_tests.sh index 2a1421358b..2075596b7f 100755 --- a/dev/pytest/pytest_unit_tests.sh +++ b/dev/pytest/pytest_unit_tests.sh @@ -2,4 +2,4 @@ set -x # libs -pytest api/tests/unit_tests/libs +pytest api/tests/unit_tests