diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 93d6d9b5..84be7269 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,6 +8,7 @@ jobs: name: ${{ matrix.name }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: include: - os: ubuntu-latest @@ -79,6 +80,8 @@ jobs: - name: Set Newline Behavior run : git config --global core.autocrlf false - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v3 with: