mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
ci: Drop --trace from make check
Its really hard to read the output with all this spew
This commit is contained in:
parent
227cde12ba
commit
62529fa0ce
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
run: make -j $(getconf _NPROCESSORS_ONLN)
|
||||
- name: Run tests
|
||||
# TODO: Build with -j (currently ends up with hangs in the tests)
|
||||
run: make --trace check
|
||||
run: make check
|
||||
env:
|
||||
ASAN_OPTIONS: detect_leaks=0 # Right now we're not fully clean, but this gets us use-after-free etc
|
||||
- name: Collect overall test logs on failure
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user