Skip to content

fix(deep_causality_algorithms): Fixed miri test config#648

Merged
marvin-hansen merged 1 commit into
deepcausality-rs:mainfrom
marvin-hansen:main
Jun 22, 2026
Merged

fix(deep_causality_algorithms): Fixed miri test config#648
marvin-hansen merged 1 commit into
deepcausality-rs:mainfrom
marvin-hansen:main

Conversation

@marvin-hansen

@marvin-hansen marvin-hansen commented Jun 22, 2026

Copy link
Copy Markdown
Member

Describe your changes

Fixed miri test config

Issue ticket number and link

Code checklist before requesting a review

  • I have signed the DCO?
  • All tests are passing when running make test?
  • No errors or security vulnerabilities are reported by make check?

For details on make, please see BUILD.md

Note: The CI runs all of the above and fixing things before they hit CI speeds
up the review and merge process. Thank you.


Summary by cubic

Skip gate_tests when running under Miri by adding #[cfg(not(miri))]. This fixes Miri test failures while leaving normal test runs unchanged.

Written for commit 1dfbe46. Summary will update on new commits.

Review in cubic

Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
@marvin-hansen marvin-hansen self-assigned this Jun 22, 2026
@marvin-hansen marvin-hansen merged commit b1aba1e into deepcausality-rs:main Jun 22, 2026
12 checks passed
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.

1 participant