diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 0e0a379..f78a888 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -14,7 +14,6 @@ defaults: jobs: build: - name: '${{ matrix.tests-type }} tests: py${{ matrix.python-version }} on ${{ matrix.os }}' strategy: # run all tests even if e.g. image tests fail early fail-fast: false