Commit d37a46d 1 parent 33574af commit d37a46d Copy full SHA for d37a46d
File tree 1 file changed +0
-27
lines changed
1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -256,30 +256,6 @@ jobs:
256
256
- upload_coverage :
257
257
flags : consensus
258
258
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
-
283
259
gcc-min :
284
260
executor : linux-gcc-7
285
261
steps :
@@ -385,9 +361,6 @@ workflows:
385
361
tags :
386
362
only : /^v[0-9].*/
387
363
- consensus-tests
388
- - state-tests :
389
- requires :
390
- - release-linux
391
364
- gcc-min
392
365
- gcc-latest-coverage
393
366
- clang-latest-ubsan
You can’t perform that action at this time.
0 commit comments