We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd40a01 commit f46ab74Copy full SHA for f46ab74
.github/workflows/generic.yml
@@ -160,6 +160,9 @@ jobs:
160
restore-keys: |
161
${{ steps.artifact_prefix.outputs.ARTIFACT_PREFIX }}-
162
163
+ - name: Setup tmate session
164
+ uses: mxschmitt/action-tmate@v3
165
+
166
- name: Run unit tests
167
run: |
168
pytest -v -ra --logical --dev --backend ${{ matrix.GS_BACKEND }} -m 'required and not slow' --forked ./tests
0 commit comments