ci: exclude more crates for op tests (#12568)

This commit is contained in:
Matthias Seitz
2024-11-15 12:44:16 +01:00
committed by GitHub
parent 305a1cee0b
commit efa350d28d

View File

@@ -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