Skip to content
New issue

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

ignore the run_all_tests test in benchmark.rs #489

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

cdisselkoen
Copy link
Contributor

This test doesn't actually test anything for correctness, it just prints timing results. We don't need to run it by default in CI. So, this PR adds the #[ignore] attribute. The test can still be run on demand, and CI will still ensure it builds.

Signed-off-by: Craig Disselkoen <[email protected]>
Signed-off-by: Craig Disselkoen <[email protected]>
@cdisselkoen cdisselkoen merged commit 555f0ab into main Dec 10, 2024
6 checks passed
@cdisselkoen cdisselkoen deleted the cdisselkoen/ignore-run-all-tests branch December 10, 2024 18:21
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.

3 participants