Skip to content

Commit

Permalink
exclude example-7 in CI to reduce test time
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Aug 15, 2024
1 parent 176dff3 commit be0a19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ setenv =
commands =
make clean
./.compile_mod.sh . tests/mechanisms
pytest {[testenv]coverage_options} tests --ignore=tests/bluecellulab-bb5-tests/ --numprocesses=auto --timeout=600 -vsx --forked
pytest {[testenv]coverage_options} tests --ignore=tests/7-Extra-Simulation/ --ignore=tests/bluecellulab-bb5-tests/ --numprocesses=auto --timeout=600 -vsx --forked # exclude long tests and bb5-tests for now
coverage report --show-missing
coverage xml

Expand Down

0 comments on commit be0a19e

Please sign in to comment.