Skip to content

Commit

Permalink
Add note about testing being performed for PRs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Livesey authored Aug 9, 2024
1 parent 134e3ad commit d1102c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d1102c6

Please sign in to comment.