From 301da8ee22303406de3ca7050150f100984e64ea Mon Sep 17 00:00:00 2001 From: Patrick Sanders Date: Thu, 12 Sep 2024 09:18:16 -0700 Subject: [PATCH] fix test command --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5ac5b8a..83decfc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,7 +25,7 @@ jobs: hatch fmt || true - name: Test run: | - hatch run +py=${{ matrix.python-version }} test:test + hatch run +py=${{ matrix.python-version }} test:pytest - name: Build dist run: | hatch build