mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-01 13:25:39 +00:00
Add EIP-6110 to CI scope
This commit is contained in:
parent
d0839dfec4
commit
890f574c12
@ -155,6 +155,19 @@ jobs:
|
|||||||
command: make citest fork=deneb
|
command: make citest fork=deneb
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: tests/core/pyspec/test-reports
|
path: tests/core/pyspec/test-reports
|
||||||
|
test-eip6110:
|
||||||
|
docker:
|
||||||
|
- image: circleci/python:3.8
|
||||||
|
working_directory: ~/specs-repo
|
||||||
|
steps:
|
||||||
|
- restore_cache:
|
||||||
|
key: v3-specs-repo-{{ .Branch }}-{{ .Revision }}
|
||||||
|
- restore_pyspec_cached_venv
|
||||||
|
- run:
|
||||||
|
name: Run py-tests
|
||||||
|
command: make citest fork=eip6110
|
||||||
|
- store_test_results:
|
||||||
|
path: tests/core/pyspec/test-reports
|
||||||
table_of_contents:
|
table_of_contents:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:10.16.3
|
- image: circleci/node:10.16.3
|
||||||
@ -275,6 +288,9 @@ workflows:
|
|||||||
- test-deneb:
|
- test-deneb:
|
||||||
requires:
|
requires:
|
||||||
- install_pyspec_test
|
- install_pyspec_test
|
||||||
|
- test-eip6110:
|
||||||
|
requires:
|
||||||
|
- install_pyspec_test
|
||||||
- table_of_contents
|
- table_of_contents
|
||||||
- codespell
|
- codespell
|
||||||
- lint:
|
- lint:
|
||||||
|
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
needs: [preclear,lint,codespell,table_of_contents]
|
needs: [preclear,lint,codespell,table_of_contents]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ["phase0", "altair", "bellatrix", "capella", "deneb"]
|
version: ["phase0", "altair", "bellatrix", "capella", "deneb", "eip6110"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout this repo
|
- name: Checkout this repo
|
||||||
uses: actions/checkout@v3.2.0
|
uses: actions/checkout@v3.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user