File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ CheckLastExitCode
3838dotnet test ./ test/ OperationsExampleTests/ OperationsExampleTests.csproj
3939CheckLastExitCode
4040
41+ dotnet test ./ test/ ResourceEntitySeparationExampleTests/ ResourceEntitySeparationExampleTests.csproj
42+ CheckLastExitCode
43+
4144dotnet test ./ test/ DiscoveryTests/ DiscoveryTests.csproj
4245CheckLastExitCode
4346
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ dotnet test ./test/UnitTests/UnitTests.csproj
99dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
1010dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
1111dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
12+ dotnet test ./test/ResourceEntitySeparationExampleTests/ResourceEntitySeparationExampleTests.csproj
You can’t perform that action at this time.
0 commit comments