From 92cd292426bf5e9992e8ad53a8189c292229ef0e Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 10 Oct 2023 06:25:21 -0500 Subject: [PATCH] Revert to 'make test' for test runs --- .github/workflows/workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflows.yml b/.github/workflows/workflows.yml index 5e752d47..0da3d513 100644 --- a/.github/workflows/workflows.yml +++ b/.github/workflows/workflows.yml @@ -11,6 +11,6 @@ jobs: - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - name: Run tests as a workflow job demo run: | - cd tests && pytest -v -x -s + make test # ${{ github.workspace }} - run: echo "🍏 This demo job's status is ${{ job.status }}."