mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-07 18:10:55 +00:00
Update build.yml
This commit is contained in:
parent
d90f331d19
commit
2bab03dd8a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -29,12 +29,16 @@ jobs:
|
||||||
boolean_algebra
|
boolean_algebra
|
||||||
cellular_automata
|
cellular_automata
|
||||||
computer_vision
|
computer_vision
|
||||||
|
divide_and_conquer
|
||||||
|
electronics
|
||||||
|
file_transfer
|
||||||
fractals
|
fractals
|
||||||
fuzzy_logic
|
fuzzy_logic
|
||||||
genetic_algorithm
|
genetic_algorithm
|
||||||
geodesy
|
geodesy
|
||||||
knapsack
|
knapsack
|
||||||
networking_flow
|
networking_flow
|
||||||
|
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=. .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user