We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a6d2e commit 452e310Copy full SHA for 452e310
1 file changed
.github/workflows/ci.yml
@@ -85,4 +85,4 @@ jobs:
85
- name: test compatibility with Cirq
86
run: |
87
pip install cirq-core
88
- pytest test/ -m cirq
+ pytest test/* -m cirq
0 commit comments