From b82a151330a1bea4d0f57fe39eb61d22bf391baa Mon Sep 17 00:00:00 2001 From: AndreaRigoni Date: Sat, 18 Apr 2026 18:02:49 +0000 Subject: [PATCH] test: expand SmartPointer and thread affinity test coverage and update build preset --- .agents/rules/micromamba_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/rules/micromamba_build.md b/.agents/rules/micromamba_build.md index 774aab3..b661c85 100644 --- a/.agents/rules/micromamba_build.md +++ b/.agents/rules/micromamba_build.md @@ -18,7 +18,7 @@ This rule provides instructions for building the uLib project using the micromam ```bash export MAMBA_EXE="/home/share/micromamba/bin/micromamba" export MAMBA_ROOT_PREFIX="/home/share/micromamba" - export PRESET="clang-make" + export PRESET="clang-debug" eval "$(${MAMBA_EXE} shell hook --shell bash)" micromamba activate uLib ```