From 9efde2c5b6b62aa3efd31c0877dc91ebab86a64a Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 31 Mar 2022 00:10:18 +0200 Subject: [PATCH] try ram tests again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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