diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 897c44d..8c67771 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,9 +10,14 @@ jobs: build: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] + defaults: + run: + shell: bash -l {0} + steps: # Checkout the repository - name: Checkout repository