We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec0a05 commit b81e464Copy full SHA for b81e464
1 file changed
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Check modified protos
64
run: ci/build_changed_protos.sh origin/main
65
66
- buid-and-test-correctness:
+ build-and-test-correctness:
67
strategy:
68
fail-fast: false
69
matrix:
@@ -100,7 +100,7 @@ jobs:
100
pytest test/* -m cirq
101
102
103
- buid-and-test-performance:
+ build-and-test-performance:
104
105
106
0 commit comments