❔ Creating a github workflow to test solution (MSTest)
I have this solution
https://github.com/caedenph/wa-tor
I have two projects within it, the base one is the implementation of this algorithm, and the other project is within
How can I link the tests in
For context:
https://github.com/caedenph/wa-tor
I have two projects within it, the base one is the implementation of this algorithm, and the other project is within
WaTorTests/. How can I link the tests in
WaTorTests/ to the root project so that I can run dotnet test?For context: