From 4765c6fe450510b73658e6e16b28b3fbe82f8b5b Mon Sep 17 00:00:00 2001 From: Gianmarco Basile <67815194+GianmarcoBasile@users.noreply.github.com> Date: Sat, 27 Jan 2024 23:16:38 +0100 Subject: [PATCH] Update ci.yml --- .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 a74558c..e001d12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,4 @@ jobs: pylint src - name: Test with pytest run: | - pytest tests/ + pytest tests/test_deletegame.py