Merge branch 'mypy-fix-small-folders' of https://github.com/algobytewise/Python into mypy-fix-small-folders

This commit is contained in:
algobytewise
2021-03-23 14:17:17 +05:30

View File

@@ -39,7 +39,8 @@ jobs:
knapsack
networking_flow
quantum
scheduling sorts
scheduling
sorts
- name: Run tests
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
- if: ${{ success() }}