Closed gdziadkiewicz closed 2 years ago
The build is failing due to missing net5 runtime necessary to run the tests https://github.com/fsprojects/FSharpx.Collections/actions/runs/3043431021/jobs/4902688249#step:7:333
Before (on master, tests not detected): https://github.com/fsprojects/FSharpx.Collections/actions/runs/2818063133/jobs/4449675536#step:7:331
After (PR build, tests executed): https://github.com/fsprojects/FSharpx.Collections/actions/runs/3059060345/jobs/4935993432#step:7:330
@sergey-tihon would you be able to check?
fix in master
Path in RunTests used net6 while the test projects compile to net5. As a result, no tests were executed. I propose we bump the tests to net6 due to net5 being eovs, but in a different PR after making what we have work.