test matrix
This commit is contained in:
11
.github/workflows/formal-verifiation.yml
vendored
11
.github/workflows/formal-verifiation.yml
vendored
@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user