cucumber-rs bug repro This repo reproduces this issue in cucumber-rs. Setup: ❯ rustup default 1.74.0 Run the monolithic feature file: ❯ make test-monolith This tests 500 scenarios and takes ~6 minutes Run the distributed feature file: ❯ make test-distributed This tests 500 scenarios and takes ~20 seconds