diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 567d338..efc31e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test +name: Validation on: push: @@ -26,10 +26,12 @@ jobs: MOLE_PERF_BYTES_TO_HUMAN_LIMIT_MS: "6000" MOLE_PERF_GET_FILE_SIZE_LIMIT_MS: "3000" BATS_FORMATTER: pretty + LANG: en_US.UTF-8 + LC_ALL: en_US.UTF-8 run: ./scripts/test.sh compatibility: - name: macOS Compatibility + name: macOS strategy: matrix: os: [macos-14, macos-15]