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