Run test graphs in workflow
This commit is contained in:
parent
536529c36c
commit
6ad3638142
|
@ -49,6 +49,16 @@ jobs:
|
||||||
coverage erase
|
coverage erase
|
||||||
coverage run --branch python/test_mwmatching.py
|
coverage run --branch python/test_mwmatching.py
|
||||||
coverage report -m --fail-under=99
|
coverage report -m --fail-under=99
|
||||||
|
- name: Run test graphs
|
||||||
|
run: >
|
||||||
|
python3 python/run_matching.py --verify
|
||||||
|
tests/graphs/chain_n1000.edge
|
||||||
|
tests/graphs/chain_n5000.edge
|
||||||
|
tests/graphs/sparse_delta_n1004.edge
|
||||||
|
tests/graphs/triangles_n1002.edge
|
||||||
|
tests/graphs/triangles_n5001.edge
|
||||||
|
tests/graphs/random_n1000_m10000.edge
|
||||||
|
tests/graphs/random_n2000_m10000.edge
|
||||||
|
|
||||||
# Run unittests on multiple Python versions.
|
# Run unittests on multiple Python versions.
|
||||||
unittest-python:
|
unittest-python:
|
||||||
|
|
Loading…
Reference in New Issue