Skip to content

Commit a32c462

Browse files
committed
Don't mention check-size in README
Turn comment into code in `journey.sh`.
1 parent 7a10b18 commit a32c462

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Project non-goals can change over time as we learn more, and they can be challen
324324

325325
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.
326326

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.
327+
We recommend running `just test` during the development process to assure CI is green before pushing.
328328

329329
A backlog for work ready to be picked up is [available in the Project's Kanban board][project-board], which contains instructions on how
330330
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].

tests/journey.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ SUCCESSFULLY=0
2929
WITH_FAILURE=1
3030
WITH_CLAP_FAILURE=2
3131

32+
# `sort` which is used in some of the snapshots tests depends on the value of
33+
# `LC_ALL` when it comes to the order of dotfiles and non-dotfiles. It sorts
34+
# differently when `LC_ALL=C` vs. when it is not set at all.
35+
export LC_ALL=C
3236

3337
set-static-git-environment
3438

0 commit comments

Comments
 (0)