Skip to content

Commit

Permalink
test(gui): fix locale dependant tests regression
Browse files Browse the repository at this point in the history
4a73d03 was the previous fix, which was
not ported over to just.
  • Loading branch information
Oppzippy committed Aug 31, 2024
1 parent 707c44e commit e20df0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ build profile='dev':
./scripts/build-locale.sh ./share

test:
cargo test
LC_ALL=C LANG=C cargo test

test-cov:
cargo llvm-cov --no-report
LC_ALL=C LANG=C cargo llvm-cov --no-report

install install_prefix: (build 'release')
./scripts/install.sh "{{install_prefix}}"
Expand Down

0 comments on commit e20df0a

Please sign in to comment.