test matrix

This commit is contained in:
Hadrien Croubois
2022-09-20 16:15:33 +02:00
parent b2ec06aaf2
commit 94f9f7ac58
2 changed files with 8 additions and 5 deletions

View File

@ -37,17 +37,20 @@ jobs:
# wget https://github.com/ethereum/solidity/releases/download/v0.8.17/solc-static-linux
# sudo mv solc-static-linux /usr/local/bin/solc
# chmod +x /usr/local/bin/solc
- name: Verify rule ${{ matrix.script }}
- name: Verify rule ${{ matrix.params }}
if: matrix.params.disabled != true
run: |
echo ${{ matrix.script }}
echo ${{ matrix.params.file }}
echo ${{ matrix.params.name }}
echo ${{ matrix.params.spec }}
# touch certora/applyHarness.patch
# make -C certora munged
# echo "key length" ${#CERTORAKEY}
# sh ${{ matrix.script }}
# sh ${{ matrix.params }}
env:
CERTORAKEY: ${{ secrets.CERTORAKEY }}
strategy:
fail-fast: false
max-parallel: 4
matrix:
script: ${{ fromJson(needs.list-scripts.outputs.matrix) }}
params: ${{ fromJson(needs.list-scripts.outputs.matrix) }}