chg: [CI] Enable debug and timing, take 3

pull/9303/head
Raphaël Vinot 2023-09-23 16:56:39 +02:00
parent 0951d20ffe
commit 8fc7ea6deb
1 changed files with 2 additions and 2 deletions

View File

@ -261,8 +261,8 @@ jobs:
. ./venv/bin/activate
pushd PyMISP
pip install pytest
./venv/bin/pytest -v --durations=0 tests/testlive_comprehensive.py
./venv/bin/pytest -v --durations=0 tests/test_mispevent.py
python -m pytest -v --durations=0 tests/testlive_comprehensive.py
python -m pytest -v --durations=0 tests/test_mispevent.py
popd
python tests/testlive_security.py -v
python tests/testlive_sync.py