This commit is contained in:
Adrian Wälchli 2024-06-05 23:08:03 +02:00
parent 0f687284a6
commit 87efe08014
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,9 @@ jobs:
# needs to run outside `pytest`
run: python utilities/test_warnings.py
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Testing Fabric
working-directory: tests/tests_fabric
# NOTE: do not include coverage report here, see: https://github.com/nedbat/coveragepy/issues/1003