Skip to content

Add comprehensive no_std matrix testing #328

@RAprogramm

Description

@RAprogramm

Problem

Current CI only tests:

  • --no-default-features (basic no_std)
  • --all-features (full std)

Missing: Feature combination testing

Professional Solution

Add matrix testing for all critical no_std + feature combinations:

no-std:
  strategy:
    matrix:
      features:
        - no-default-features
        - no-default-features --features tracing
        - no-default-features --features metrics  
        - no-default-features --features colored
        - all-features

Benefits

Implementation

Will implement in v0.25.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions