refactor(certora): use CI matrix for verification jobs

This commit is contained in:
r4bbit 2024-03-25 15:11:28 +01:00
parent 70b092ab00
commit 067781819f
No known key found for this signature in database
GPG Key ID: E95F1E9447DC91A9
1 changed files with 8 additions and 1 deletions

View File

@ -159,10 +159,17 @@ jobs:
run: "pnpm install"
- name: Verify rules
run: "pnpm verify"
run: |
pnpm ${{matrix.rule}}
env:
CERTORAKEY: ${{ secrets.CERTORAKEY }}
strategy:
fail-fast: false
max-parallel: 16
matrix:
rule:
- verify:stake_vault
- verify:stake_manager
- verify:stake_manager_process
- verify:stake_manager_start_migration