Skip to content

Commit 65f7051

Browse files
committed
Remove debug code as the exit failure value is now 1.
1 parent 31b6b83 commit 65f7051

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/workflow.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
options: ${{ env.NIX_SHELL_ARGS }}
126126
working-directory: rules_haskell_tests
127127
# DEBUG BEGIN
128-
pure: false
128+
# pure: false
129129
# DEBUG END
130130
run: |
131131
# XXX run start script `--with-bzlmod=true` when supported
@@ -136,19 +136,19 @@ jobs:
136136
# Shutdown Bazel to free up memory
137137
# https://github.com/tweag/rules_haskell/issues/2089.
138138
bazel shutdown
139-
# DEBUG BEGIN
140-
echo >&2 "CHUCK BEFORE"
141-
# top -l 1 -s 0 -o mem | head -n 25 >&2
142-
top -l 1 -s 0 -o mem >&2
143-
echo >&2 "run-tests"
144-
# DEBUG END
139+
# # DEBUG BEGIN
140+
# echo >&2 "CHUCK BEFORE"
141+
# # top -l 1 -s 0 -o mem | head -n 25 >&2
142+
# top -l 1 -s 0 -o mem >&2
143+
# echo >&2 "run-tests"
144+
# # DEBUG END
145145
# ./bazel-ci-bin/tests/run-tests
146146
./bazel-ci-bin/tests/run-tests || true
147-
# DEBUG BEGIN
148-
echo >&2 "CHUCK AFTER"
149-
# top -l 1 -s 0 -o mem | head -n 25 >&2
150-
top -l 1 -s 0 -o mem >&2
151-
# DEBUG END
147+
# # DEBUG BEGIN
148+
# echo >&2 "CHUCK AFTER"
149+
# # top -l 1 -s 0 -o mem | head -n 25 >&2
150+
# top -l 1 -s 0 -o mem >&2
151+
# # DEBUG END
152152
bazel coverage //...
153153
154154
test-bindist:

0 commit comments

Comments
 (0)