Skip to content

Commit

Permalink
Set locale in toolkit.nu
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Jan 24, 2024
1 parent ff5815c commit ebfe9f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion toolkit.nu
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@ export def "check pr" [
--fast # use the "nextext" `cargo` subcommand to speed up the tests (see [`cargo-nextest`](https://nexte.st/) and [`nextest-rs/nextest`](https://github.com/nextest-rs/nextest))
--features: list<string> # the list of features to check the current PR on
] {
$env.NU_TEST_LOCALE_OVERRIDE = 'en_US.utf8';
$env.NU_TEST_LOCALE_OVERRIDE = 'en_US.utf8'
$env.LANG = 'en_US.UTF-8'
$env.LANGUAGE = 'en'

try {
fmt --check --verbose
} catch {
Expand Down

0 comments on commit ebfe9f7

Please sign in to comment.