mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
ci: reduce feature powerset depth (#20379)
This commit is contained in:
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@@ -245,12 +245,8 @@ jobs:
|
|||||||
|
|
||||||
# Checks that selected crates can compile with power set of features
|
# Checks that selected crates can compile with power set of features
|
||||||
features:
|
features:
|
||||||
name: features (${{ matrix.partition }}/${{ matrix.total_partitions }})
|
name: features
|
||||||
runs-on: depot-ubuntu-latest
|
runs-on: depot-ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
partition: [1, 2]
|
|
||||||
total_partitions: [2]
|
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
@@ -268,7 +264,7 @@ jobs:
|
|||||||
--package reth-primitives-traits \
|
--package reth-primitives-traits \
|
||||||
--package reth-primitives \
|
--package reth-primitives \
|
||||||
--feature-powerset \
|
--feature-powerset \
|
||||||
--partition ${{ matrix.partition }}/${{ matrix.total_partitions }}
|
--depth 2
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: -D warnings
|
RUSTFLAGS: -D warnings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user