Skip to content

Commit 81c4401

Browse files
committed
verbosity
1 parent 8afbd77 commit 81c4401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/every_commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
pip install pytest
128128
129129
# run tests with no parallelism
130-
pytest nevergrad -v --durations=20 --timeout=100 --cov=nevergrad
130+
pytest nevergrad -v --durations=20 --timeout=100 --cov=nevergrad -vvvvv
131131
132132
# run in parallel using pytest-xdist
133133
# pytest nevergrad -n auto -v --durations=20 --cov=nevergrad

0 commit comments

Comments
 (0)