Skip to content

Commit

Permalink
修改:自动测试采用单线程
Browse files Browse the repository at this point in the history
  • Loading branch information
XYCode-Kerman committed Mar 31, 2024
1 parent ccae8a4 commit 9ee44d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: poetry install

- name: Run the automated tests
run: poetry run pytest --cov --cov-report=xml -n 6 -v
run: poetry run pytest --cov --cov-report=xml -v

- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 9ee44d4

Please sign in to comment.