Skip to content

Commit e5370b2

Browse files
committed
print output
1 parent 5fb0177 commit e5370b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ab_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
DB_NAME: ${{ matrix.runtime-version }}-${{ matrix.repeat }}.db
108108
CLUSTER_KWARGS: AB_environments/${{ matrix.runtime-version }}.cluster.yaml
109109
H2O_DATASETS: ${{ matrix.h2o_datasets }}
110-
run: pytest --benchmark ${{ matrix.pytest_args }}
110+
run: pytest --benchmark ${{ matrix.pytest_args }} -s
111111

112112
- name: Dump coiled.Cluster kwargs
113113
run: cat cluster_kwargs.merged.yaml

0 commit comments

Comments
 (0)