# Build
./ya make --build relwithdebinfo <folder>
# Run all tests
./ya make --build relwithdebinfo -tA <folder>
# Run specific test
./ya make --build relwithdebinfo -tA <folder> -F *test-filter*- Tests include build
- No
-j - No force rebuild
- Use
2>&1 | tailfor test output
- Use C++20 or earlier