TNG / ArchUnitNET

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

Improvement: Execute unit test during PR validation #185

Closed ChangeTheCode closed 1 year ago

ChangeTheCode commented 2 years 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 2 years ago

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