From 5714b35713f1096181e2e6b6836a9436a482001d Mon Sep 17 00:00:00 2001 From: Max Lambrecht Date: Tue, 5 Mar 2024 09:52:28 -0600 Subject: [PATCH] Run tests using make (#111) Signed-off-by: Max Lambrecht --- .github/workflows/pr_build.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr_build.yaml b/.github/workflows/pr_build.yaml index 7ef69775..7612fba8 100644 --- a/.github/workflows/pr_build.yaml +++ b/.github/workflows/pr_build.yaml @@ -23,8 +23,5 @@ jobs: pip install tox pip install pipenv - - name: Lint with tox - run: tox -e lint - - - name: Run tests with tox - run: tox --recreate -e py39 --parallel auto + - name: Run tests + run: make test