C#C
C#3y ago
Caeden

❔ 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 WaTorTests/.

How can I link the tests in WaTorTests/ to the root project so that I can run dotnet test?
GitHub
C# Implementation of the Wa-Tor Algorithm. Contribute to CaedenPH/Wa-Tor development by creating an account on GitHub.
Was this page helpful?