Skip to content

Conversation

@petedavis
Copy link
Contributor

It turns out that running dotnet test without specifying a target framework fails, as there are multiple instances of the same integration test targeting the same database running at the same time.

This could be fixed by running the tests for each framework individually, or by making each framework build target a different database. I have chosen the latter. Let me know if you have any better ideas.

Copy link
Owner

@yetanotherchris yetanotherchris left a comment

Choose a reason for hiding this comment

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

I should've checked the action - I haven't setup builds for PRs as the package isn't update very often.

This is a nice clean fix though

@yetanotherchris yetanotherchris merged commit 8b06847 into yetanotherchris:master Jan 7, 2026
1 check passed
@petedavis
Copy link
Contributor Author

Thanks @yetanotherchris. I didn't even think of the GitHub workflow when I was looking at the implementation.

@petedavis petedavis deleted the net10-githubworkflow branch January 8, 2026 03:20
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