diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 2f4e9bd..02ba267 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -2,8 +2,8 @@ name: tests on: push: - branches-ignore: - - 'v*' + branches: + - master pull_request: jobs: @@ -37,7 +37,7 @@ jobs: - name: Test with pytest run: | - pytest --cov=./ --cov-config=.coveragerc + pytest --durations=0 --cov=./ --cov-config=.coveragerc - name: Upload coverage if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'