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: |