Skip to content

Conversation

@criemen
Copy link
Collaborator

@criemen criemen commented Aug 29, 2024

We are no longer bound to the platform-specific directories, so simplify the test organization. If you don't want this change, just skip merging this PR. It's purely optional.

This is not very invasive for C#, I'm just dropping the only suffix. You could also merge all the platform-specific test dirs, or all test dirs into the top-level directory. I'll leave that up to you.

We are no longer bound to the platform-specific directories, so simplify the test organization.
If you don't want this change, just skip merging this PR. It's purely optional.

This is not very invasive for C#, I'm just dropping the `only`
suffix. You could also merge all the platform-specific test dirs,
or all test dirs into the top-level directory. I'll leave that up to you.
@github-actions github-actions bot added the C# label Aug 29, 2024
@criemen criemen marked this pull request as ready for review August 29, 2024 17:21
@criemen criemen requested a review from a team as a code owner August 29, 2024 17:21
@tamasvajk
Copy link
Contributor

Does this mean that we're running all tests on all platforms? Or how does the test runner select which tests to run on which platform?

@tamasvajk
Copy link
Contributor

Does this mean that we're running all tests on all platforms? Or how does the test runner select which tests to run on which platform?

Ahh, I think I found the answer. Selecting the platform is through @runs_on.windows.

@criemen
Copy link
Collaborator Author

criemen commented Sep 2, 2024

Yes exactly - test location is now independent from which test runs on which platform, as we're annotating the tests with that information.

@tamasvajk tamasvajk merged commit 39a7330 into main Sep 2, 2024
@tamasvajk tamasvajk deleted the criemen/rename-csharp branch September 2, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants