Skip to content

Commit 22d34b7

Browse files
committed
test: Run all tests under asan.
1 parent 1b7fcb6 commit 22d34b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
- run: ASAN_OPTIONS=detect_leaks=0
5454
LD_PRELOAD=libasan.so.6
5555
PYTHONPATH=.
56-
python3 test/tox_test.py
56+
python3 -m unittest $(find test -name "*_test.py")

0 commit comments

Comments
 (0)