From f671027974fbc2edc17bdc686a3e98f4a1347a8c Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 7 Feb 2021 15:15:36 +0000 Subject: [PATCH] running tests directly instead of via scripts.py --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8f7d7d..5dbcc1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,4 @@ jobs: poetry-version: ${{ matrix.poetry-version }} - name: Run tests with pytest # test script - run: poetry run test \ No newline at end of file + run: poetry run python -m unittest discover -s tests \ No newline at end of file