diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45e2736..d3c5c6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,4 @@ jobs: - name: Run tests run: | - poetry run pytest # 使用 Poetry 运行 pytest + poetry run pytest tests # 使用 Poetry 运行 pytest 测试 tests 目录