From bbc4d7ae67ab85ff331c413932b5b2db398b2bef Mon Sep 17 00:00:00 2001 From: Arr00 <13561405+arr00@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:28:35 -0400 Subject: [PATCH] Fix pragma check for upgradeable test (#5738) --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') }}