Skip to content

Commit e3a3345

Browse files
authored
Merge branch 'master' into feat/#293
2 parents 61372ff + adddc1f commit e3a3345

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: Build.ps1

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ CheckLastExitCode
3838
dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
3939
CheckLastExitCode
4040

41+
dotnet test ./test/ResourceEntitySeparationExampleTests/ResourceEntitySeparationExampleTests.csproj
42+
CheckLastExitCode
43+
4144
dotnet test ./test/DiscoveryTests/DiscoveryTests.csproj
4245
CheckLastExitCode
4346

Diff for: build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dotnet test ./test/UnitTests/UnitTests.csproj
99
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
1010
dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
1111
dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
12+
dotnet test ./test/ResourceEntitySeparationExampleTests/ResourceEntitySeparationExampleTests.csproj

0 commit comments

Comments
 (0)