mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
Update .github/workflows/build.yml
This commit is contained in:
parent
23d2a74f10
commit
e2b3a53680
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -39,7 +39,8 @@ jobs:
|
||||||
knapsack
|
knapsack
|
||||||
networking_flow
|
networking_flow
|
||||||
quantum
|
quantum
|
||||||
scheduling sorts
|
scheduling
|
||||||
|
sorts
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
|
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
|
||||||
- if: ${{ success() }}
|
- if: ${{ success() }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user