File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -103,30 +103,36 @@ jobs:
103
103
docker stop --time=0 kevm-ci-concrete-${{ github.sha }}
104
104
105
105
test-prove :
106
- name : ' Build and Test KEVM proofs'
106
+ name : ' Proofs: ${{ matrix.name }}'
107
+ run-name : ' Proofs: ${{ matrix.name }}'
107
108
needs : kevm-pyk-code-quality-checks
108
109
runs-on : [self-hosted, linux, fast]
109
110
strategy :
110
111
fail-fast : false
111
112
matrix :
112
113
include :
113
- - test-suite : ' test-prove-rules'
114
+ - name : ' Rules (booster)'
115
+ test-suite : ' test-prove-rules'
114
116
test-args :
115
117
timeout : 100
116
118
parallel : 8
117
- - test-suite : ' test-prove-rules'
119
+ - name : ' Rules (booster-dev)'
120
+ test-suite : ' test-prove-rules'
118
121
test-args : ' --use-booster-dev'
119
122
timeout : 45
120
123
parallel : 8
121
- - test-suite : ' test-prove-functional'
124
+ - name : ' Functional'
125
+ test-suite : ' test-prove-functional'
122
126
test-args :
123
127
timeout : 45
124
128
parallel : 4
125
- - test-suite : ' test-prove-optimizations'
129
+ - name : ' Optimizations'
130
+ test-suite : ' test-prove-optimizations'
126
131
test-args :
127
132
timeout : 45
128
133
parallel : 1
129
- - test-suite : ' test-prove-dss'
134
+ - name : ' DSS'
135
+ test-suite : ' test-prove-dss'
130
136
test-args :
131
137
timeout : 45
132
138
parallel : 1
You can’t perform that action at this time.
0 commit comments