diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 6a346d7a9..eaf639a87 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -70,8 +70,8 @@ jobs: run: npm run test - name: Check linearisation of the inheritance graph run: npm run test:inheritance - - name: Check pragma consistency between files - run: npm run test:pragma + - name: Check pragma validity + run: npm run test:pragma -- --concurrency 1 - name: Check storage layout uses: ./.github/actions/storage-layout continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}