diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cbf2a3e..1ddf9d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: cd .. - name: Testing run: | - pytest --cov=rvspecfit -W error + pytest --cov=rvspecfit - name: Coveralls if: ${{ success() }} run: coveralls --service=github