diff --git a/Makefile b/Makefile index 12516d2..1841b3f 100644 --- a/Makefile +++ b/Makefile @@ -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