File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -113,18 +113,23 @@ jobs:
113
113
- test-suite : ' test-prove-rules'
114
114
test-args :
115
115
timeout : 100
116
+ parallel : 8
116
117
- test-suite : ' test-prove-rules'
117
118
test-args : ' --use-booster-dev'
118
119
timeout : 45
120
+ parallel : 8
119
121
- test-suite : ' test-prove-functional'
120
122
test-args :
121
123
timeout : 45
124
+ parallel : 4
122
125
- test-suite : ' test-prove-optimizations'
123
126
test-args :
124
127
timeout : 45
128
+ parallel : 1
125
129
- test-suite : ' test-prove-dss'
126
130
test-args :
127
131
timeout : 45
132
+ parallel : 1
128
133
timeout-minutes : ${{ matrix.timeout }}
129
134
steps :
130
135
- name : ' Check out code'
@@ -142,7 +147,7 @@ jobs:
142
147
- name : ' Build distribution'
143
148
run : docker exec -u github-user kevm-ci-haskell-${{ matrix.test-suite }}-${{ github.sha }} /bin/bash -c 'CXX=clang++-14 poetry -C kevm-pyk run kdist --verbose build -j`nproc` evm-semantics.plugin evm-semantics.haskell'
144
149
- name : ' Prove Haskell'
145
- run : docker exec -u github-user kevm-ci-haskell-${{ matrix.test-suite }}-${{ github.sha }} /bin/bash -c "make ${{ matrix.test-suite }} PYTEST_ARGS='-vv ${{ matrix.test-args }}' PYTEST_PARALLEL=6 "
150
+ run : docker exec -u github-user kevm-ci-haskell-${{ matrix.test-suite }}-${{ github.sha }} /bin/bash -c "make ${{ matrix.test-suite }} PYTEST_ARGS='-vv ${{ matrix.test-args }}' PYTEST_PARALLEL=${{ matrix.parallel }} "
146
151
- name : ' Tear down Docker'
147
152
if : always()
148
153
run : |
You can’t perform that action at this time.
0 commit comments