Skip to content

Commit ca433c3

Browse files
committed
Remove verbose
1 parent a0c3cea commit ca433c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
with:
121121
options: ${{ env.NIX_SHELL_ARGS }}
122122
working-directory: rules_haskell_nix
123-
verbose: true # TODO: Remove me
124123
run: |
125124
bazel test //...
126125
- name: Build & test - rules_haskell_tests
@@ -129,7 +128,6 @@ jobs:
129128
with:
130129
options: ${{ env.NIX_SHELL_ARGS }}
131130
working-directory: rules_haskell_tests
132-
verbose: true # TODO: Remove me
133131
run: |
134132
# XXX run start script `--with-bzlmod=true` when supported
135133
if ! ${{ matrix.bzlmod }}; then

0 commit comments

Comments
 (0)