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:
279
279
matrix :
280
280
include :
281
281
- name : bbolt
282
- args : dbbackend=bbolt
282
+ args : itest icase=terminal dbbackend=bbolt
283
283
- name : sqlite
284
- args : dbbackend=sqlite
284
+ args : itest icase=terminal dbbackend=sqlite
285
285
- 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
+
287
290
steps :
288
291
- name : git checkout
289
292
uses : actions/checkout@v4
@@ -305,7 +308,7 @@ jobs:
305
308
run : yarn
306
309
307
310
- name : run itest ${{ matrix.name }}
308
- run : make itest ${{ matrix.args }}
311
+ run : make ${{ matrix.args }}
309
312
310
313
- name : Zip log files on failure
311
314
if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments