Skip to content
Snippets Groups Projects
  • Benjamin Lee's avatar
    c0f8253f
    enable all-features in nix for CI builds · c0f8253f
    Benjamin Lee authored and 🥺's avatar 🥺 committed
    CI is running `cargo build --all-features`, so we should be passing all
    the features to nix as well.
    
    The only thing this currently affects is the jemalloc_prof feature, but if
    we add any non-default features that affect nix in the future they should
    also be handled correctly now.
    c0f8253f
    History
    enable all-features in nix for CI builds
    Benjamin Lee authored and 🥺's avatar 🥺 committed
    CI is running `cargo build --all-features`, so we should be passing all
    the features to nix as well.
    
    The only thing this currently affects is the jemalloc_prof feature, but if
    we add any non-default features that affect nix in the future they should
    also be handled correctly now.