From 71968bb6a25e0f30e52e6aea51ed2fd189a48537 Mon Sep 17 00:00:00 2001 From: yuedongli1 Date: Tue, 27 Jun 2023 16:34:44 +0800 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8cd20a3..6e03e612 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,5 +34,5 @@ jobs: pylint mindyolo --rcfile=.github/pylint.conf - name: Test with unit test (UT) pytest run: | - pytest tests/modules/test_create_group_param.py + pytest tests/modules/*.py