Skip to content

Commit 9a645e5

Browse files
committed
Execute CI with RHT_PRINT_MEMORY.
1 parent 88f0931 commit 9a645e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ jobs:
130130
# Shutdown Bazel to free up memory
131131
# https://github.com/tweag/rules_haskell/issues/2089.
132132
bazel shutdown
133-
./bazel-ci-bin/tests/run-tests
133+
# Execute the tests dumping out memory/process information before and after each test.
134+
RHT_PRINT_MEMORY=true ./bazel-ci-bin/tests/run-tests
134135
bazel coverage //...
135136
136137
test-bindist:

0 commit comments

Comments
 (0)