From 90b73bed5d3f182ad858810ea87dcc8e0310d1da Mon Sep 17 00:00:00 2001 From: "Gregory M. Kapfhammer" Date: Thu, 22 Aug 2024 19:28:31 -0400 Subject: [PATCH] chore: Well, try to go back to using the standard pytet command in .github/workflows/build.yml. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e923ecf..e462714 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,4 +78,4 @@ jobs: - name: Run Tests if: always() run: | - poetry run task test-not-fuzz-not-xdist + poetry run task test