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 tests in CI #33

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Fix tests in CI #33

merged 2 commits into from
Dec 17, 2024

Conversation

User344
Copy link
Member

@User344 User344 commented Dec 16, 2024

Previously due to some weird behavior in cargo test command I implemented a certain workaround that breaks running unit tests (Context).
This PR fixes that and also adds running doctests. I initially wanted to implement it in the same command but its not possible, and doing two commands in a single step doesn't look good in the output, thus I decided to make a separate step for that.

previously only integration tests would run
@User344 User344 requested a review from artob as a code owner December 16, 2024 07:15
@User344 User344 added the bug Something isn't working label Dec 16, 2024
@arto-asimov arto-asimov self-assigned this Dec 16, 2024
@artob artob assigned artob and unassigned arto-asimov Dec 17, 2024
Copy link
Member

@artob artob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@artob artob merged commit 4b38100 into asimov-platform:master Dec 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants