File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -279,11 +279,14 @@ jobs:
279279 matrix :
280280 include :
281281 - name : bbolt
282- args : dbbackend=bbolt
282+ args : itest icase=terminal dbbackend=bbolt
283283 - name : sqlite
284- args : dbbackend=sqlite
284+ args : itest icase=terminal dbbackend=sqlite
285285 - name : postgres
286- args : dbbackend=postgres
286+ args : itest icase=terminal dbbackend=postgres
287+ - name : custom-channels
288+ args : itest-only icase=custom_channels
289+
287290 steps :
288291 - name : git checkout
289292 uses : actions/checkout@v4
@@ -305,7 +308,7 @@ jobs:
305308 run : yarn
306309
307310 - name : run itest ${{ matrix.name }}
308- run : make itest ${{ matrix.args }}
311+ run : make ${{ matrix.args }}
309312
310313 - name : Zip log files on failure
311314 if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments