diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index a660bb5..420da06 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -35,4 +35,4 @@ jobs: - name: Test Olah run: | cd ${{ github.workspace }} - python -m unittest discover tests + python -m pytest tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c6bc16..4eb14c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Test Olah run: | cd ${{ github.workspace }} - python -m unittest discover tests + python -m pytest tests - name: Build Olah run: |