File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ Fixes #(issue_no)
2424- [ ] My changes generate no new warnings.
2525- [ ] I have added tests/screenshots (if any) that prove my fix is effective or that my feature works.
2626- [ ] I have tested the tests implicated (if any) by my own code and they pass (` make test ` or ` ctest -VV -R <test-name> ` ).
27- - [ ] If my change is significant or breaking, I have passed all tests with ` ./docker-compose.sh build &> output ` and attached the output.
28- - [ ] I have tested my code with ` OPTION_BUILD_SANITIZER ` or ` ./docker-compose.sh test &> output ` and ` OPTION_TEST_MEMORYCHECK ` .
27+ - [ ] If my change is significant or breaking, I have passed all tests with ` ./docker-compose.sh test &> output ` and attached the output.
28+ - [ ] I have tested my code with ` OPTION_BUILD_SANITIZER ` or ` ./docker-compose.sh test-sanitizer &> output ` and ` OPTION_TEST_MEMORYCHECK ` .
29+ - [ ] I have tested my code with ` OPTION_BUILD_THREAD_SANITIZER ` or ` ./docker-compose.sh test-thread-sanitizer &> output ` .
2930- [ ] I have tested with ` Helgrind ` in case my code works with threading.
3031- [ ] I have run ` make clang-format ` in order to format my code and my code follows the style guidelines.
3132
You can’t perform that action at this time.
0 commit comments