Skip to content

Commit af6446a

Browse files
authored
Merge pull request #1449 from cruessler/extend-readme-test-section
Mention cargo-diet and sort in README
2 parents 6cdcd06 + a32c462 commit af6446a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 2 additions & 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.
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].
@@ -335,6 +335,7 @@ For additional details, also take a look at the [collaboration guide].
335335
[project-board]: https://github.com/Byron/gitoxide/projects
336336
[discussions]: https://github.com/Byron/gitoxide/discussions
337337
[keybase]: https://keybase.io/byronbates
338+
[cargo-diet]: https://crates.io/crates/cargo-diet
338339

339340
### Getting started with Video Tutorials
340341

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)