TNG / ArchUnitNET

A C# architecture test library to specify and assert architecture rules in C# for automated testing.
Apache License 2.0
826 stars 55 forks source link

Improvement: Execute unit test during PR validation #185

Closed ChangeTheCode closed 1 year ago

ChangeTheCode commented 1 year ago

I would make sense to run the unit tests in the PR validation step to make sure the code changes still work like expected before merging the PR.

fgather commented 1 year ago

Hi, that's true. I assume Travis deactivated this due to security concerns, but we could try to make it work again.