remove suppressions

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-02-04 14:31:03 +00:00
parent 49dcb6b60b
commit 7ef9fb4290
2 changed files with 2 additions and 6 deletions

View File

@@ -232,8 +232,9 @@ jobs:
working-directory: ${{ runner.os == 'Windows' && format('{0}/{1}', env.BUILD_DIR, inputs.build_type) || env.BUILD_DIR }}
env:
BUILD_NPROC: ${{ steps.nproc.outputs.nproc }}
PARALLELISM: ${{ env.SANITIZERS_ENABLED == 'true' && '1' || steps.nproc.outputs.nproc }}
run: |
./xrpld --unittest
./xrpld --unittest --unittest-jobs "${PARALLELISM}"
# Pipeline should fail if the separate tests failed.
- name: Check results of the SeparateTests

View File

@@ -21,10 +21,5 @@
# Boost - false positives from stackful coroutines
interceptor_name:clock_gettime
interceptor_name:memcpy
interceptor_name:__bzero
interceptor_name:__asan_memset
interceptor_name:__asan_memcpy
interceptor_name:nudb
interceptor_via_fun:assert
interceptor_via_fun:static_assert