diff --git a/.github/workflows/every_commit.yml b/.github/workflows/every_commit.yml index 15db64758..935436c4a 100644 --- a/.github/workflows/every_commit.yml +++ b/.github/workflows/every_commit.yml @@ -127,7 +127,7 @@ jobs: pip install pytest # run tests with no parallelism - pytest nevergrad -v --durations=20 --timeout=100 --cov=nevergrad + pytest nevergrad -v --durations=20 --timeout=100 --cov=nevergrad -vvvvv # run in parallel using pytest-xdist # pytest nevergrad -n auto -v --durations=20 --cov=nevergrad