fix: try clean-up

This commit is contained in:
Vlad Stan 2026-03-26 11:49:57 +02:00
parent 231f6fc01c
commit 37e5601207

View file

@ -66,6 +66,7 @@ test-regtest:
LNBITS_DATA_FOLDER="./tests/data" \
PYTHONUNBUFFERED=1 \
DEBUG=true \
rm -rf ./tests/data
uv run pytest tests/regtest
test-migration: