We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe what you want implemented The CI should prevent a PR to be merged if it breaks the benchmark.
Describe "Why" this is needed Benchmark should be able to compile and run.
Describe alternatives you've considered N/A
Additional context This could be easily implemented in the CI with a generic cargo check --all-targets.
cargo check --all-targets
The text was updated successfully, but these errors were encountered:
Add cargo check --all-targets to CI
3d3c32b
Resolves: #610
Fix benches and make CI fail if they don't compile (#614)
5748ed8
* Add `cargo check --all-targets` to CI * Fix bench compilation Resolves: #610 Resolves: #609
d39bdb5
ureeves
Successfully merging a pull request may close this issue.
Describe what you want implemented
The CI should prevent a PR to be merged if it breaks the benchmark.
Describe "Why" this is needed
Benchmark should be able to compile and run.
Describe alternatives you've considered
N/A
Additional context
This could be easily implemented in the CI with a generic
cargo check --all-targets
.The text was updated successfully, but these errors were encountered: