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 e04b563 commit 68b6877Copy full SHA for 68b6877
.github/workflows/flaky.yml
@@ -67,3 +67,6 @@ jobs:
67
- name: Bisect failing test
68
if: ${{ failure() && steps.test.conclusion == 'failure' }}
69
run: bin/minitest_bisect ${{ matrix.seed }}
70
+ env:
71
+ MTB_VERBOSE: 2
72
+ MTB_DEBUG: 1
0 commit comments