Skip to content

Commit

Permalink
try to fix new postgres issue
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Jan 6, 2025
1 parent 171fc49 commit af4a9f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ jobs:

- name: Run tests
if: steps.changed-files.outputs.files == 'true'
env:
LC_ALL: "en_US.UTF-8"
LC_CTYPE: "en_US.UTF-8"
run: nix develop --command -- gotestsum

0 comments on commit af4a9f9

Please sign in to comment.