From 6599e210de738bbeae97ee1b1da8fc36b8754e72 Mon Sep 17 00:00:00 2001 From: Tristan Brice Velloza Kildaire Date: Wed, 4 Sep 2024 23:56:01 +0200 Subject: [PATCH] Fixed up test --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 0b176cd..5e965e6 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -28,6 +28,6 @@ jobs: python -m pip install --upgrade pip pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - name: Test with pytest + - name: Test run: | - pytest + make test