mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: ignore ethereum crates for testing (#12976)
This commit is contained in:
4
.github/workflows/unit.yml
vendored
4
.github/workflows/unit.yml
vendored
@ -35,11 +35,11 @@ jobs:
|
||||
partition: 2
|
||||
total_partitions: 2
|
||||
- type: optimism
|
||||
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*"
|
||||
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*" --exclude "reth-ethereum-*" --exclude "*-ethereum"
|
||||
partition: 1
|
||||
total_partitions: 2
|
||||
- type: optimism
|
||||
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*"
|
||||
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*" --exclude "reth-ethereum-*" --exclude "*-ethereum"
|
||||
partition: 2
|
||||
total_partitions: 2
|
||||
- type: book
|
||||
|
||||
Reference in New Issue
Block a user