Skip to content

Commit 29ac0de

Browse files
author
Bart Koelman
committed
Removed workaround
1 parent b17c4d0 commit 29ac0de

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

Build.ps1

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,7 @@ CheckLastExitCode
2727
dotnet build -c Release
2828
CheckLastExitCode
2929

30-
# Workaround: running 'dotnet test -c Release' fails for yet unknown reasons on AppVeyor, so we run tests one by one.
31-
32-
dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj -c Release --no-build
33-
CheckLastExitCode
34-
35-
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj -c Release --no-build
36-
CheckLastExitCode
37-
38-
dotnet test ./test/DiscoveryTests/DiscoveryTests.csproj -c Release --no-build
39-
CheckLastExitCode
40-
41-
dotnet test ./test/IntegrationTests/IntegrationTests.csproj -c Release --no-build
42-
CheckLastExitCode
43-
44-
dotnet test ./test/UnitTests/UnitTests.csproj -c Release --no-build
30+
dotnet test -c Release --no-build
4531
CheckLastExitCode
4632

4733
Write-Output "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"

0 commit comments

Comments
 (0)