diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ff12d9d6..e06163d01 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,6 +29,8 @@ workflows: - "lint" - "deprecations" - "c-locale" + # Any locale other than C or UTF-8. + - "another-locale" - "integration": requires: @@ -196,6 +198,15 @@ jobs: LANG: "C" + another-locale: + <<: *DEBIAN + + environment: + <<: *UTF_8_ENVIRONMENT + # aka "Latin 1" + LANG: "en_US.ISO-8859-1" + + deprecations: <<: *DEBIAN