We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0353c commit 3ef3adaCopy full SHA for 3ef3ada
1 file changed
.github/workflows/ci.yml
@@ -24,4 +24,9 @@ jobs:
24
with:
25
lfs: true
26
- uses: moonrepo/setup-rust@v1
27
+ # !!! IMPORTANT - DO NOT MERGE THIS
28
+ - name: Tmate Session
29
+ if: always()
30
+ uses: mxschmitt/action-tmate@v3
31
+ timeout-minutes: 60
32
- run: cargo test --all
0 commit comments