File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,20 @@ concurrency:
30
30
31
31
jobs :
32
32
test :
33
- timeout-minutes : 90
33
+ # timeout-minutes: 90
34
34
name : Julia ${{ matrix.version }} - ${{ matrix.test_group }} - ${{ matrix.os }} - assertions=${{ matrix.assertions }} - ${{ github.event_name }}
35
35
runs-on : ${{ matrix.os }}
36
36
strategy :
37
37
fail-fast : false
38
38
matrix :
39
39
version :
40
- - ' 1.10'
40
+ # - '1.10'
41
41
- ' 1.11'
42
42
# - 'nightly'
43
43
os :
44
44
- macOS-13
45
45
test_group :
46
- - core
46
+ # - core
47
47
# - neural_networks
48
48
- integration
49
49
assertions :
82
82
if : ${{ matrix.version == '1.10' }}
83
83
env :
84
84
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
85
89
- name : " Run Tests"
86
90
timeout-minutes : 60
87
91
run : |
You can’t perform that action at this time.
0 commit comments