File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -256,30 +256,6 @@ jobs:
256256 - upload_coverage :
257257 flags : consensus
258258
259- state-tests :
260- environment :
261- TESTS_REV : ac8cf2cd8ba326d67101183060272e7f7b1eaa92
262- ALETH_REV : 1.8.0
263- docker :
264- - image : cimg/base:stable
265- steps :
266- - unpack_package
267- - run :
268- name : " Download Aleth"
269- background : true
270- command : curl -L https://github.com/ethereum/aleth/releases/download/v$ALETH_REV/aleth-$ALETH_REV-linux-x86_64.tar.gz | tar xz
271- - download_consensus_tests :
272- rev : ac8cf2cd8ba326d67101183060272e7f7b1eaa92
273- - run :
274- name : " Fixup consensus tests"
275- command : |
276- mkdir -p ~/tests/GeneralStateTests/stEWASMTests
277- mkdir -p ~/tests/src/GeneralStateTestsFiller/stEWASMTests
278- - run :
279- name : " Run State Tests"
280- command : bin/testeth -t GeneralStateTests -- --testpath ~/tests --vm ~/package/lib/libevmone.so
281-
282-
283259 gcc-min :
284260 executor : linux-gcc-7
285261 steps :
@@ -385,9 +361,6 @@ workflows:
385361 tags :
386362 only : /^v[0-9].*/
387363 - consensus-tests
388- - state-tests :
389- requires :
390- - release-linux
391364 - gcc-min
392365 - gcc-latest-coverage
393366 - clang-latest-ubsan
You can’t perform that action at this time.
0 commit comments