mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-31 06:33:44 +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
|
||||
cellular_automata
|
||||
computer_vision
|
||||
divide_and_conquer
|
||||
electronics
|
||||
file_transfer
|
||||
fractals
|
||||
fuzzy_logic
|
||||
genetic_algorithm
|
||||
geodesy
|
||||
knapsack
|
||||
networking_flow
|
||||
quantum
|
||||
scheduling sorts
|
||||
- name: Run tests
|
||||
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
|
||||
|
|
Loading…
Reference in New Issue
Block a user