Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 20a26e2f5a |
@@ -42,7 +42,7 @@ jobs:
|
||||
run: ./build/tests
|
||||
|
||||
- name: Integration Tests
|
||||
run: LSAN_OPTIONS=suppressions=.lsan-suppressions.txt python3 -m pytest tests/ -v --tb=short
|
||||
run: python3 -m pytest tests/ -v --tb=short
|
||||
|
||||
clang-tidy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -2,4 +2,3 @@ build
|
||||
data_copied
|
||||
test_data/
|
||||
__pycache__/
|
||||
build-asan/
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# LSAN suppressions for FastSync
|
||||
# Pre-existing leaks — not introduced by this PR.
|
||||
# Remove these as each leak is fixed.
|
||||
|
||||
# Config object never freed at CLI exit (main allocates, OS reclaims)
|
||||
leak:config_create
|
||||
Reference in New Issue
Block a user