mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
ci: exclude more crates for op tests (#12568)
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
|
||||
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*"
|
||||
partition: 1
|
||||
total_partitions: 2
|
||||
- type: optimism
|
||||
args: --features "asm-keccak optimism" --locked
|
||||
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*"
|
||||
partition: 2
|
||||
total_partitions: 2
|
||||
- type: book
|
||||
|
||||
Reference in New Issue
Block a user