Skip to content

Do not test benchmarks in CI #16803

@BD103

Description

@BD103

Our CI tool currently runs cargo test --benches:

"cargo test --workspace --lib --bins --tests --benches {no_fail_fast}"

Because our benchmarks use a custom harness, though, they do not detect this and just run all benchmarks. This is undesired because benchmarks are lengthy and resource-intensive, and should not contain unit tests. The --benches flag should be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-Build-SystemRelated to build systems or continuous integrationC-BugAn unexpected or incorrect behaviorD-TrivialNice and easy! A great choice to get started with BevyS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions