File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168
168
- name : Run Quil dependencies
169
169
run : docker-compose -f cirq-rigetti/docker-compose.test.yaml up -d
170
170
- name : Pytest check
171
- run : check/pytest -n auto --ignore=cirq-core/cirq/contrib --rigetti-integration
171
+ run : check/pytest -n auto --durations=20 -- ignore=cirq-core/cirq/contrib --rigetti-integration
172
172
- name : Stop Quil dependencies
173
173
run : docker-compose -f cirq-rigetti/docker-compose.test.yaml down
174
174
pip-compile :
@@ -265,7 +265,7 @@ jobs:
265
265
- name : Pytest Windows
266
266
run : |
267
267
source dev_tools/pypath
268
- check/pytest -n auto --ignore=cirq-core/cirq/contrib
268
+ check/pytest -n auto --durations=20 -- ignore=cirq-core/cirq/contrib
269
269
shell : bash
270
270
macos :
271
271
name : Pytest MacOS
@@ -288,7 +288,7 @@ jobs:
288
288
pip install wheel
289
289
pip install --upgrade --upgrade-strategy eager -r dev_tools/requirements/no-contrib.env.txt
290
290
- name : Pytest check
291
- run : check/pytest -n auto --ignore=cirq-core/cirq/contrib
291
+ run : check/pytest -n auto --durations=20 -- ignore=cirq-core/cirq/contrib
292
292
notebooks-stable :
293
293
name : Changed Notebooks Isolated Test against Cirq stable
294
294
env :
You can’t perform that action at this time.
0 commit comments