We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4043882 commit e16e150Copy full SHA for e16e150
.github/workflows/code.yml
@@ -194,6 +194,11 @@ jobs:
194
pip install -e .[dev]
195
pip freeze
196
197
- - name: Run tests
198
- run: |
+ # - name: Run tests
+ # run: |
199
+ # python -m pytest
200
+ - name: CI Core DUmper
201
+ uses: mdavidsaver/ci-core-dumper@master
202
+ runs: |
203
+ ulimit -c unlimited
204
python -m pytest
0 commit comments