mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
ci: Set the locale under which to run tests
Rather than expecting a particular locale to already be set.
This commit is contained in:
parent
14c548301c
commit
c2045cbded
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -88,6 +88,7 @@ jobs:
|
||||
run: meson test -C _build
|
||||
env:
|
||||
ASAN_OPTIONS: detect_leaks=0 # Right now we're not fully clean, but this gets us use-after-free etc
|
||||
LC_ALL: en_US.UTF-8
|
||||
- name: Collect logs on failure
|
||||
if: failure() || cancelled()
|
||||
run: mv _build/meson-logs/* test-logs/ || true
|
||||
@ -151,6 +152,7 @@ jobs:
|
||||
run: make -C _build check -j $(getconf _NPROCESSORS_ONLN)
|
||||
env:
|
||||
ASAN_OPTIONS: detect_leaks=0 # Right now we're not fully clean, but this gets us use-after-free etc
|
||||
LC_ALL: en_US.UTF-8
|
||||
- name: Collect overall test logs on failure
|
||||
if: failure()
|
||||
run: mv _build/test-suite.log test-logs/ || true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user