Skip to content

Commit

Permalink
verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
bottler committed Dec 3, 2024
1 parent 8afbd77 commit 81c4401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/every_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81c4401

Please sign in to comment.