File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -64,4 +64,27 @@ Once the build completes, the test binaries will be available in the `modules/Te
6464
6565These tests validate core functionality and encoding/decoding routines.
6666
67+ # ## 🛠 Cleaning Up
68+
69+ When you are done building or testing locally, remove the temporary folders to
70+ keep the repository clean:
71+
72+ ` ` ` bash
73+ rm -rf modules/build modules/ModuleCmd/nlohmann modules/ModuleCmd/base64.h \
74+ modules/Tests thirdParty
75+ ` ` `
76+
77+ # ## 🚀 Workflow Hints
78+
79+ The GitHub workflows in ` .github/workflows/` mirror the exact commands used to
80+ compile the modules and run the tests on both Linux and Windows. Refer to these
81+ files if you need a quick reminder of the expected build steps.
82+
83+ # ## 📜 Tracking Previous Work
84+
85+ Test coverage has been steadily improved across the modules. Review the recent
86+ commit history (` git log` ) to see examples such as the addition of the MkDir
87+ module tests and CI configuration. Checking the history can help you understand
88+ what has already been addressed before starting a new task.
89+
6790
You can’t perform that action at this time.
0 commit comments