From 4ec3495864b59bf91608aef7f72e9b8af12c6fb0 Mon Sep 17 00:00:00 2001 From: 0x00-pl <0x00.pl@gmail.com> Date: Fri, 23 Aug 2024 22:57:20 +0800 Subject: [PATCH] update ci.yml --- .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 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 目录