Remove run-tests script

- run dotnet test instead
This commit is contained in:
Rikki 2020-06-28 02:20:37 +01:00
parent e86b30bba0
commit 0eef4c948e

View File

@ -1,11 +0,0 @@
$ErrorActionPreference = 'Continue'
$testPaths = @(
"src\IF.Lastfm.Core.Tests\",
"src\IF.Lastfm.Core.Tests.Integration\",
"src\IF.Lastfm.SQLite.Tests.Integration\"
)
foreach ($path in $testPaths) {
dotnet test $path
}