1
0
Fork 0

Run test graphs in workflow

This commit is contained in:
Joris van Rantwijk 2023-04-14 12:49:49 +02:00
parent 536529c36c
commit 6ad3638142
1 changed files with 10 additions and 0 deletions

View File

@ -49,6 +49,16 @@ jobs:
coverage erase
coverage run --branch python/test_mwmatching.py
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.
unittest-python: