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

Added integration Test Step to CI, clippy code cleanup #65

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

Charles-Schleich
Copy link
Collaborator

@Charles-Schleich Charles-Schleich commented Jul 9, 2024

  • Remove unnecessary references
  • Added integration test running to GitlabCI
  • general code cleanup

Clippy was complaining about holding a parking_lot mutex across an await point.
Internally,
I am not 100% sure if we want to switch that to a tokio::mutex
I imagine it should not impact the test, but i left a lint disabling clippy from complaining, for the time being.

@Charles-Schleich Charles-Schleich requested a review from aprimadi July 9, 2024 15:49
@Charles-Schleich Charles-Schleich merged commit d705dfd into main Jul 19, 2024
3 checks passed
@Charles-Schleich Charles-Schleich deleted the workflow/integration_tests branch July 19, 2024 08:13
@aprimadi
Copy link
Owner

This is looking good. Thank you for your contribution.

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