test.sh: do not run slow tests by default

This commit is contained in:
link2xt 2023-10-16 20:13:41 +00:00
parent 192238567b
commit 408da296f1

View File

@ -4,4 +4,4 @@ pushd chatmaild/src/chatmaild
../../venv/bin/pytest
popd
online-tests/venv/bin/pytest online-tests/ -vrx --durations=5 --slow
online-tests/venv/bin/pytest online-tests/ -vrx --durations=5