Skip to content

Commit 16f80df

Browse files
committed
hmon: loom enablement
Enable `loom` in health monitor.
1 parent 7ef3ed8 commit 16f80df

15 files changed

Lines changed: 627 additions & 225 deletions

File tree

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
--config=x86_64-linux \
8888
--config=ferrocene-coverage \
8989
--nocache_test_results \
90-
"$(bazel query 'kind(rust_test, //src/...)')"
90+
$(bazel query 'kind(rust_test, //src/...)' | tr '\n' ' ')
9191
9292
- name: Generate Ferrocene coverage reports
9393
run: |

0 commit comments

Comments
 (0)