You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@ Project non-goals can change over time as we learn more, and they can be challen
324
324
325
325
If what you have seen so far sparked your interest to contribute, then let us say: We are happy to have you and help you to get started.
326
326
327
-
We recommend running `just test check-size` during the development process to assure CI is green before pushing.
327
+
We recommend running `just test check-size` during the development process to assure CI is green before pushing. Make sure to have [cargo-diet][cargo-diet] installed before you run `just check-size`. When running tests, make sure to have `LC_ALL=C` set in order to make `sort` which is used in some of the tests behave as expected.
328
328
329
329
A backlog for work ready to be picked up is [available in the Project's Kanban board][project-board], which contains instructions on how
330
330
to pick a task. If it's empty or you have other questions, feel free to [start a discussion][discussions] or reach out to @Byron[privately][keybase].
@@ -335,6 +335,7 @@ For additional details, also take a look at the [collaboration guide].
0 commit comments