diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4051a5..2694cac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ --- name: "CI" -on: # yamllint disable-line rule:truthy +on: # yamllint disable-line rule:truthy pull_request: push: branches: @@ -9,6 +9,7 @@ on: # yamllint disable-line rule:truthy jobs: flake-general-checks: strategy: + fail-fast: false matrix: os: [macos-latest, ubuntu-latest] runs-on: ${{matrix.os}}