try ram tests again

This commit is contained in:
Andreas Zweili 2022-03-31 00:10:18 +02:00
parent cda6fc53fd
commit 9efde2c5b6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ init:
.PHONY: test
test:
( \
pytest -nauto --nomigrations --cov=. --cov-report=html; \
pytest --ds=network_inventory.settings.ram_test -nauto --nomigrations --cov=. --cov-report=html; \
)
.PHONY: debug