File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ CheckLastExitCode
38
38
dotnet test ./ test/ OperationsExampleTests/ OperationsExampleTests.csproj
39
39
CheckLastExitCode
40
40
41
+ dotnet test ./ test/ ResourceEntitySeparationExampleTests/ ResourceEntitySeparationExampleTests.csproj
42
+ CheckLastExitCode
43
+
41
44
dotnet test ./ test/ DiscoveryTests/ DiscoveryTests.csproj
42
45
CheckLastExitCode
43
46
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ dotnet test ./test/UnitTests/UnitTests.csproj
9
9
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
10
10
dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
11
11
dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
12
+ dotnet test ./test/ResourceEntitySeparationExampleTests/ResourceEntitySeparationExampleTests.csproj
You can’t perform that action at this time.
0 commit comments