From d1102c621efe1144370e60822a4ffd6dfbab62a0 Mon Sep 17 00:00:00 2001 From: James Livesey <42580341+James-Livesey@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:11:54 +0100 Subject: [PATCH] Add note about testing being performed for PRs to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 208cdc6..4b67894 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,4 @@ To test all features of Voxel, run: ./test.sh ``` -This will perform all tests listed in the `test` directory against their expected outputs and for memory leaks (the latter runs a test's program in an infinite loop and measures the difference in memory consumption). +This will perform all tests listed in the `test` directory against their expected outputs and for memory leaks (the latter runs a test's program in an infinite loop and measures the difference in memory consumption). Tests are automatically performed for new commits on pull requests and must all pass before a pull request can be merged.