diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ebbbcf9c..57381ea5 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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