Browse Source
Right now the CI test job runs `cargo test --features component-model` and runs all tests with this feature enabled, which takes a bit of time, especially on our emulation-based targets. This seems to have become the critical path, at least in some CI jobs I've been watching. This PR restricts these runs to only component-model-specific tests when the feature is enabled.pull/4225/head
Chris Fallin
2 years ago
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue