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 and improve the CI configuration #135

Merged
merged 2 commits into from
Jan 24, 2025
Merged

Fix and improve the CI configuration #135

merged 2 commits into from
Jan 24, 2025

Conversation

Geod24
Copy link
Owner

@Geod24 Geod24 commented May 23, 2024

  • Properly pass the compiler parameter to the Github action installing it;
  • Improve job definitions;
  • Set up a periodic build to avoid breakage when no development happens;
  • Fix a Windows-only CI failure;

- Fix a unittest that no longer compile by removing safe annotation;
- Properly pass the compiler parameter to the Github action installing it;
- Improve job definitions;
- Set up a periodic build to avoid breakage when no development happens;
This test was failing on the Windows CI, with a diff greater than 999 ms (but lower than 1s).
This might be a race condition, or a clock resolution issue, both of which should
be fixed by giving the test an extra 300 ms of legroom.
@Geod24 Geod24 merged commit 5d28036 into v0.x.x Jan 24, 2025
5 checks passed
@Geod24 Geod24 deleted the mlang_fixup branch January 24, 2025 15:33
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