File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 70
70
event-loop : ['asyncio']
71
71
env :
72
72
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
73
- name : Redis ${{ matrix.redis-version }} - RESP ${{ matrix.resp-protocol }} ${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix. parser-backend}}- ${{matrix.event-loop}}
73
+ name : Redis ${{ matrix.redis-version }} ( ${{matrix.test-type}}); Python ${{ matrix.python-version }}; RESP Parser: ${{matrix.parser-backend}}; EL: ${{matrix.event-loop}}
74
74
steps :
75
75
- uses : actions/checkout@v4
76
76
- name : Run tests
83
83
84
84
hiredis-tests :
85
85
runs-on : ubuntu-latest
86
+ needs : [tests]
86
87
timeout-minutes : 60
87
88
strategy :
88
89
max-parallel : 15
95
96
event-loop : [ 'asyncio' ]
96
97
env :
97
98
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
98
- name : Redis ${{ matrix.redis-version }} - RESP ${{ matrix.resp-protocol }} ${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix. parser-backend}}- ${{matrix.event-loop}}
99
+ name : Redis ${{ matrix.redis-version }} ( ${{matrix.test-type}}); Python ${{ matrix.python-version }}; RESP Parser: ${{matrix.parser-backend}}; EL: ${{matrix.event-loop}}
99
100
steps :
100
101
- uses : actions/checkout@v4
101
102
- name : Run tests
@@ -118,6 +119,7 @@ jobs:
118
119
119
120
uvloop-tests :
120
121
runs-on : ubuntu-latest
122
+ needs : [tests]
121
123
timeout-minutes : 60
122
124
strategy :
123
125
max-parallel : 15
@@ -130,7 +132,7 @@ jobs:
130
132
event-loop : [ 'uvloop' ]
131
133
env :
132
134
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
133
- name : Redis ${{ matrix.redis-version }} - RESP ${{ matrix.resp-protocol }} ${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix. parser-backend}}- ${{matrix.event-loop}}
135
+ name : Redis ${{ matrix.redis-version }} ( ${{matrix.test-type}}); Python ${{ matrix.python-version }}; RESP Parser: ${{matrix.parser-backend}}; EL: ${{matrix.event-loop}}
134
136
steps :
135
137
- uses : actions/checkout@v4
136
138
- name : Run tests
You can’t perform that action at this time.
0 commit comments