From 65133e64ee8751507daae9cbfbc1952e81fa6c56 Mon Sep 17 00:00:00 2001 From: Bram Neijt Date: Thu, 7 Oct 2021 19:32:45 +0200 Subject: [PATCH] Run tests from tests folder only --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 698c51c..81ffe48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,5 +24,5 @@ jobs: run: poetry run black --check . - name: Run tests run: | - poetry run pytest + poetry run pytest tests poetry run poetry-lock-package --help