Skip to content

Commit 888a931

Browse files
committed
Run tests forcing the english language
1 parent a3d9b70 commit 888a931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Taskfile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ tasks:
9595
dir: '{{default "./" .GO_MODULE_PATH}}'
9696
cmds:
9797
- |
98-
go test \
98+
LANG=en go test \
9999
-v \
100100
-short \
101101
-run '{{default ".*" .GO_TEST_REGEX}}' \
@@ -115,7 +115,7 @@ tasks:
115115
- |
116116
rm -fr coverage_data
117117
mkdir coverage_data
118-
INTEGRATION_GOCOVERDIR={{ .ROOT_DIR }}/coverage_data go test \
118+
LANG=en INTEGRATION_GOCOVERDIR={{ .ROOT_DIR }}/coverage_data go test \
119119
-v \
120120
-short \
121121
{{ .GO_TEST_PACKAGE }} \

0 commit comments

Comments
 (0)