From aa3edbadcbe1d41ff03ec066744c1395cb7ee0ee Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 24 Nov 2022 18:14:30 +0100 Subject: [PATCH] Use make test for the moment --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fec7449..40c48ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,4 +20,4 @@ jobs: - name: Testing run: | - nix develop --command pytest --ds=network_inventory.settings.ram_test -nauto --nomigrations --cov=. + nix develop --command make test