File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
options : ${{ env.NIX_SHELL_ARGS }}
126
126
working-directory : rules_haskell_tests
127
127
# DEBUG BEGIN
128
- pure : false
128
+ # pure: false
129
129
# DEBUG END
130
130
run : |
131
131
# XXX run start script `--with-bzlmod=true` when supported
@@ -136,19 +136,19 @@ jobs:
136
136
# Shutdown Bazel to free up memory
137
137
# https://github.com/tweag/rules_haskell/issues/2089.
138
138
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
145
145
# ./bazel-ci-bin/tests/run-tests
146
146
./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
152
152
bazel coverage //...
153
153
154
154
test-bindist :
You can’t perform that action at this time.
0 commit comments