Skip to content

Conversation

tcharding
Copy link
Member

@tcharding tcharding commented Apr 7, 2024

This will need the #69 to get past CI.

Currently we are enabling "rand" using a path dependency in the dev-dependencies because of the benches. This is reducing coverage in CI because "std" is always enabled.

Feature gate the bench that requires "rand" and remove the path dependency.

Currently we are enabling "rand" using a path dependency in the
dev-dependencies because of the benches. This is reducing coverage in CI
because "std" is always enabled.

Feature gate the bench that requires "rand" and remove the path
dependency.
@tcharding
Copy link
Member Author

BTW as far as I can tell the benches code is not being run (or built/checked/linted) in CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants