diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index fd2ce7e..54fdadf 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -37,10 +37,10 @@ jobs: - name: Lint with flake8 shell: bash -l {0} - run: | + run: | set -vxeuo pipefail python -m flake8 - + - name: Test with pytest shell: bash -l {0} run: |