From 542fb2efb0d64b317a4c973fd616d647120dc850 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Fri, 16 May 2025 01:17:52 -0700 Subject: [PATCH] run pytest --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99e8ca9..fb3514c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,9 +39,9 @@ jobs: # run: | # mypy sphinx_cmd - # - name: Test with pytest - # run: | - # pytest + - name: Test with pytest + run: | + pytest # - name: Build package # run: |