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

[ci] Build/test Windows targets natively #1374

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[ci] Build/test Windows targets natively #1374

wants to merge 1 commit into from

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented May 31, 2024

When building and testing Windows targets, use a Windows runner rather than a Linux runner. This allows us to run tests natively - previously, they were only run under Miri. It also allows us to run UI tests on Windows, which we previously skipped.

Closes #1371

When building and testing Windows targets, use a Windows runner rather
than a Linux runner. This allows us to run tests natively - previously,
they were only run under Miri. It also allows us to run UI tests on
Windows, which we previously skipped.

Closes #1371
@joshlf
Copy link
Member Author

joshlf commented May 31, 2024

@djkoloski This presumably won't actually pass CI because of #1371.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.71%. Comparing base (b8e1f94) to head (2a53692).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1374   +/-   ##
=======================================
  Coverage   87.71%   87.71%           
=======================================
  Files          15       15           
  Lines        5138     5138           
=======================================
  Hits         4507     4507           
  Misses        631      631           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Tests failing on Windows on nightly
2 participants