mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-07 10:09:26 +00:00
Compare commits
2 Commits
epbs-devne
...
unstable
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
243eecc465 | ||
|
|
9f0696f93f |
17
.github/workflows/test-suite.yml
vendored
17
.github/workflows/test-suite.yml
vendored
@@ -427,6 +427,22 @@ jobs:
|
||||
cache-target: release
|
||||
- name: Run Makefile to trigger the bash script
|
||||
run: make cli-local
|
||||
cargo-hack:
|
||||
name: cargo-hack
|
||||
needs: [check-labels]
|
||||
if: needs.check-labels.outputs.skip_ci != 'true'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Get latest version of stable Rust
|
||||
uses: moonrepo/setup-rust@v1
|
||||
with:
|
||||
channel: stable
|
||||
- uses: taiki-e/install-action@cargo-hack
|
||||
- name: Check types feature powerset
|
||||
run: cargo hack check -p types --feature-powerset --no-dev-deps --exclude-features arbitrary-fuzz,portable
|
||||
- name: Check eth2 feature powerset
|
||||
run: cargo hack check -p eth2 --feature-powerset --no-dev-deps
|
||||
cargo-sort:
|
||||
name: cargo-sort
|
||||
needs: [check-labels]
|
||||
@@ -470,6 +486,7 @@ jobs:
|
||||
'compile-with-beta-compiler',
|
||||
'cli-check',
|
||||
'lockbud',
|
||||
'cargo-hack',
|
||||
'cargo-sort',
|
||||
]
|
||||
steps:
|
||||
|
||||
@@ -145,7 +145,6 @@ ethereum_serde_utils = "0.8.0"
|
||||
ethereum_ssz = { version = "0.10.0", features = ["context_deserialize"] }
|
||||
ethereum_ssz_derive = "0.10.0"
|
||||
execution_layer = { path = "beacon_node/execution_layer" }
|
||||
exit-future = "0.2"
|
||||
filesystem = { path = "common/filesystem" }
|
||||
fixed_bytes = { path = "consensus/fixed_bytes" }
|
||||
fnv = "1"
|
||||
|
||||
Reference in New Issue
Block a user