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: |