diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 84159ef..58cd33d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,6 +10,7 @@ on: jobs: compile: strategy: + fail-fast: false matrix: os: [ ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest ]