We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1de91d commit 90e272aCopy full SHA for 90e272a
.github/scripts/run-random-tests.sh
@@ -23,6 +23,7 @@
23
################################################################################
24
25
set -u
26
+export LC_NUMERIC=C
27
trap 'kill "${bg_pids[@]:-}" 2>/dev/null; wait 2>/dev/null' EXIT INT TERM
28
29
0 commit comments