From d64df60a6f7a4bb7e8e72eea0063cc009e630ee3 Mon Sep 17 00:00:00 2001 From: jstzwj <1103870790@qq.com> Date: Thu, 1 Feb 2024 13:36:28 +0800 Subject: [PATCH] update --- .github/workflows/dev.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 8d1d36b..2f3de80 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -27,4 +27,4 @@ jobs: - name: Test ChatProto run: | cd ${{ github.workspace }} - python -m unittest discover ChatProto/tests + python -m unittest discover tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0344967..9311a06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Test ChatProto run: | cd ${{ github.workspace }} - python -m unittest discover ChatProto/tests + python -m unittest discover tests - name: Build ChatProto run: |