Skip to content

Commit fe04273

Browse files
committed
Cleanup the CI definitions
1 parent 132a41a commit fe04273

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ jobs:
3636
ruby: ["3.1", "3.0", "2.7", "2.6", "2.5", "jruby-9.3.6.0", "truffleruby-22.2.0"]
3737
runs-on: ubuntu-latest
3838
env:
39-
VERBOSE: "true"
4039
LOW_TIMEOUT: "0.01"
41-
DRIVER: ruby
4240
REDIS_BRANCH: "7.0"
4341
TRUFFLERUBYOPT: "--engine.Mode=latency"
4442
steps:
@@ -76,7 +74,6 @@ jobs:
7674
driver: ["hiredis"]
7775
runs-on: ubuntu-latest
7876
env:
79-
VERBOSE: "true"
8077
LOW_TIMEOUT: "0.01"
8178
DRIVER: ${{ matrix.driver }}
8279
REDIS_BRANCH: "7.0"
@@ -115,9 +112,7 @@ jobs:
115112
redis: ["6.2", "6.0", "5.0"]
116113
runs-on: ubuntu-latest
117114
env:
118-
VERBOSE: "true"
119115
LOW_TIMEOUT: "0.14"
120-
DRIVER: ruby
121116
REDIS_BRANCH: ${{ matrix.redis }}
122117
steps:
123118
- name: Check out code
@@ -152,9 +147,7 @@ jobs:
152147
fail-fast: false
153148
runs-on: ubuntu-latest
154149
env:
155-
VERBOSE: "true"
156150
LOW_TIMEOUT: "0.14"
157-
DRIVER: ruby
158151
REDIS_BRANCH: "7.0"
159152
steps:
160153
- name: Check out code
@@ -189,10 +182,8 @@ jobs:
189182
fail-fast: false
190183
runs-on: ubuntu-latest
191184
env:
192-
VERBOSE: "true"
193185
TIMEOUT: "15"
194186
LOW_TIMEOUT: "0.14"
195-
DRIVER: ruby
196187
REDIS_BRANCH: "7.0"
197188
BUNDLE_GEMFILE: redis_cluster/Gemfile
198189
steps:

0 commit comments

Comments
 (0)