diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1136a10..b6704e26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,10 @@ jobs: runs-on: ubuntu-latest env: CI: 'true' + + # ensure we cannot regress parallization + THROW_UNLESS_PARALLELIZABLE: '1' + strategy: fail-fast: false matrix: