We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6395ece commit 7f33335Copy full SHA for 7f33335
.github/workflows/test.yml
@@ -67,3 +67,6 @@ jobs:
67
- name: Tox tests
68
run: |
69
tox -v -e ${{ matrix.tox-python-version }}-${{ matrix.tox-extra-versions }}-coverage55
70
+
71
+ allgood:
72
+ needs: [test]
0 commit comments