Skip to content

Commit

Permalink
From justfile make sure that test run on POSIX locale. Closes casey#2494
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Dec 1, 2024
1 parent beaec7e commit c2f5df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ watch +args='test':

[group: 'test']
test:
cargo test --all
LANG=POSIX cargo test --all

[group: 'check']
ci: forbid test build-book clippy
Expand Down

0 comments on commit c2f5df5

Please sign in to comment.