Skip to content

Commit bbc4d7a

Browse files
authored
Fix pragma check for upgradeable test (#5738)
1 parent 8dcc4b9 commit bbc4d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
run: npm run test
7171
- name: Check linearisation of the inheritance graph
7272
run: npm run test:inheritance
73-
- name: Check pragma consistency between files
74-
run: npm run test:pragma
73+
- name: Check pragma validity
74+
run: npm run test:pragma -- --concurrency 1
7575
- name: Check storage layout
7676
uses: ./.github/actions/storage-layout
7777
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}

0 commit comments

Comments
 (0)