Skip to content

Commit cdb1583

Browse files
committed
Tmate time
1 parent cea0413 commit cdb1583

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/CI.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ concurrency:
3030

3131
jobs:
3232
test:
33-
timeout-minutes: 90
33+
# timeout-minutes: 90
3434
name: Julia ${{ matrix.version }} - ${{ matrix.test_group }} - ${{ matrix.os }} - assertions=${{ matrix.assertions }} - ${{ github.event_name }}
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
fail-fast: false
3838
matrix:
3939
version:
40-
- '1.10'
40+
# - '1.10'
4141
- '1.11'
4242
# - 'nightly'
4343
os:
4444
- macOS-13
4545
test_group:
46-
- core
46+
# - core
4747
# - neural_networks
4848
- integration
4949
assertions:
@@ -82,6 +82,10 @@ jobs:
8282
if: ${{ matrix.version == '1.10' }}
8383
env:
8484
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager
85+
- name: Setup tmate session
86+
uses: mxschmitt/action-tmate@v3
87+
with:
88+
limit-access-to-actor: true
8589
- name: "Run Tests"
8690
timeout-minutes: 60
8791
run: |

0 commit comments

Comments
 (0)