Skip to content

Commit

Permalink
fix: locale on tests
Browse files Browse the repository at this point in the history
closes #1190
  • Loading branch information
antonienko authored and caarlos0 committed Oct 12, 2019
1 parent 44038a2 commit 160740a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -17,7 +17,7 @@ setup:

# Run all the tests
test:
go test $(TEST_OPTIONS) -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt $(SOURCE_FILES) -run $(TEST_PATTERN) -timeout=2m
LC_ALL=C go test $(TEST_OPTIONS) -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt $(SOURCE_FILES) -run $(TEST_PATTERN) -timeout=2m
.PHONY: test

# Run all the tests and opens the coverage report
Expand Down

0 comments on commit 160740a

Please sign in to comment.