git clone https://github.com/Kuznetsov-Artyom/template-for-cpp.git
git submodule update --init --recursive
cmake -S . -B build -DENABLE_TESTS=ON -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --parallel
- For Linux and MacOS
sh scripts/run_tests.sh
- For Windows
.\scripts\run_tests.bat