From 47af701380cad0e4387becd11dcacd9cb12a6a60 Mon Sep 17 00:00:00 2001 From: Jelle Besseling Date: Fri, 21 Apr 2023 18:58:19 +0200 Subject: [PATCH] Set override locale in toolkit (#8957) # Description Very simple change that sets the override locale that's used by formatting tests # User-Facing Changes None # Tests + Formatting N/A # After Submitting N/A Co-authored-by: Jelle Besseling --- toolkit.nu | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit.nu b/toolkit.nu index 3a62a1495..67fd39a70 100644 --- a/toolkit.nu +++ b/toolkit.nu @@ -199,6 +199,7 @@ def report [ export def "check pr" [ --fast: bool # 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)) ] { + let-env NU_TEST_LOCALE_OVERRIDE = 'en_US.utf8'; try { fmt --check --verbose } catch {