ci: Drop --trace from make check

Its really hard to read the output with all this spew
This commit is contained in:
Alexander Larsson 2019-10-09 13:49:24 +02:00 committed by Alexander Larsson
parent 227cde12ba
commit 62529fa0ce

View File

@ -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