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

Fix integration tests #703

Merged
merged 1 commit into from
Aug 4, 2024
Merged

Fix integration tests #703

merged 1 commit into from
Aug 4, 2024

Conversation

fede1024
Copy link
Owner

@fede1024 fede1024 commented Aug 4, 2024

Fixed several issues with the current test suite:

  • Missing cmake dependency
  • Rust version being too old for some dependencies
  • Missing null pointer check in src/groups.rs
  • Test timeout being too strict
  • CI test jobs not working in parallel

This also fixes a few compiler warnings (unused imports, unused code, etc.) and formatting issues.

Fixed several issues with the current test suite:

* Missing cmake dependency
* Rust version being too old for some dependencies
* Missing null pointer check in src/groups.rs
* Test timeout being too strict
* CI test jobs not working in parallel

This also fixes a few compiler warnings (unused imports, unused code,
etc.) and formatting issues.
@fede1024 fede1024 merged commit f8b087f into master Aug 4, 2024
7 of 9 checks passed
@fede1024 fede1024 deleted the fix_tests branch August 4, 2024 17:30
@Abdullahsab3 Abdullahsab3 mentioned this pull request Sep 14, 2024
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